Html Css Color HEX #AC6F42 Bourbon

📋 copy color: '#AC6F42'

red 172 ◦ green 111 ◦ blue 66

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

Shades of Bourbon #AC6F42

Tints of Bourbon #AC6F42

RGB

 RED value IS 172 (67.58% from 255) = 49.28%

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

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

R = 49.28%
G = 31.81%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC6F42 (or 0xAC6F42) is known color: Bourbon. HEX triplet: AC, 6F and 42. RGB value is (172,111,66). Sum of RGB (Red+Green+Blue) = 172+111+66=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6F42 is #5390BD. Grayscale: #7C7C7C. Windows color (decimal): -5476542 or 4353964. OLE color: 4353964.

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

Color convert

RGB 172 111 66 -
CMYK 0 0.35 0.62 0.33
HSL 25.47º 0.45% 0.47% -
HSV(B) 25.47º 0.62% 0.67% -
XYZ 23.68 20.53 7.87 -
YUV 124.11 95.21 162.16 -
System Red Green Blue C M Y K H S L
Decimal 172 111 66 0 0.35 0.62 0.33 25.47 0.45 0.47
Hex AC 6F 42 0 23 3E 21 19 2D 2F
Octal 254 157 102 0 43 76 41 31 55 57
Binary 10101100 1101111 1000010 0 100011 111110 100001 11001 101101 101111

Color Harmonies of #AC6F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6F42

Black with #AC6F42

Text Example


Text Example

White with #AC6F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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