Html Css Color HEX #AE683F Bourbon

📋 copy color: '#AE683F'

red 174 ◦ green 104 ◦ blue 63

#AE683F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bourbon #AE683F

Tints of Bourbon #AE683F

RGB

 RED value IS 174 (68.36% from 255) = 51.03%

 GREEN value IS 104 (41.02% from 255) = 30.5%

 BLUE value IS 63 (25% from 255) = 18.48%

R = 51.03%
G = 30.5%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AE683F (or 0xAE683F) is known color: Bourbon. HEX triplet: AE, 68 and 3F. RGB value is (174,104,63). Sum of RGB (Red+Green+Blue) = 174+104+63=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE683F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE683F is #5197C0. Grayscale: #787878. Windows color (decimal): -5347265 or 4155566. OLE color: 4155566.

HSL color Cylindrical-coordinate representation of color #AE683F: hue angle of 22.16º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE683F is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 104 63 -
CMYK 0 0.40 0.64 0.32
HSL 22.16º 0.47% 0.46% -
HSV(B) 22.16º 0.64% 0.68% -
XYZ 23.3 19.26 7.19 -
YUV 120.26 95.69 166.33 -
System Red Green Blue C M Y K H S L
Decimal 174 104 63 0 0.40 0.64 0.32 22.16 0.47 0.46
Hex AE 68 3F 0 28 40 20 16 2F 2E
Octal 256 150 77 0 50 100 40 26 57 56
Binary 10101110 1101000 111111 0 101000 1000000 100000 10110 101111 101110

Color Harmonies of #AE683F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE683F

Black with #AE683F

Text Example


Text Example

White with #AE683F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE683F; }

 p { color: rgb(174,104,63); }

 H1.HeaderClassName
 {
   color: #AE683F;
 }
 .AnyTagClassName
 {
   color: #AE683F;
 }
</style>

background-color css

<style>
 a { background-color: #AE683F; }

 a { background-color: rgb(174,104,63); }

 div.DivClassName
 {
   background-color: #AE683F;
 }
 .BgClassName
 {
   background-color: #AE683F;
 }
</style>

border-color css

<style>
 span { border-color: #AE683F; }

 span { border-color: rgb(174,104,63); }

 td.TdClassName
 {
   border-color: #AE683F;
 }
 .TagClassName
 {
   border-color: #AE683F;
 }
</style>