Html Css Color HEX #AE6F42 Bourbon

📋 copy color: '#AE6F42'

red 174 ◦ green 111 ◦ blue 66

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

Shades of Bourbon #AE6F42

Tints of Bourbon #AE6F42

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.62%

 BLUE value IS 66 (26.17% from 255) = 18.8%

R = 49.57%
G = 31.62%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AE6F42 (or 0xAE6F42) is known color: Bourbon. HEX triplet: AE, 6F and 42. RGB value is (174,111,66). Sum of RGB (Red+Green+Blue) = 174+111+66=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6F42 is #5190BD. Grayscale: #7C7C7C. Windows color (decimal): -5345470 or 4353966. OLE color: 4353966.

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

Color convert

RGB 174 111 66 -
CMYK 0 0.36 0.62 0.32
HSL 25º 0.45% 0.47% -
HSV(B) 25º 0.62% 0.68% -
XYZ 24.12 20.76 7.89 -
YUV 124.71 94.87 163.16 -
System Red Green Blue C M Y K H S L
Decimal 174 111 66 0 0.36 0.62 0.32 25 0.45 0.47
Hex AE 6F 42 0 24 3E 20 19 2D 2F
Octal 256 157 102 0 44 76 40 31 55 57
Binary 10101110 1101111 1000010 0 100100 111110 100000 11001 101101 101111

Color Harmonies of #AE6F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6F42

Black with #AE6F42

Text Example


Text Example

White with #AE6F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6F42; }

 p { color: rgb(174,111,66); }

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

background-color css

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

 a { background-color: rgb(174,111,66); }

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

border-color css

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

 span { border-color: rgb(174,111,66); }

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