Html Css Color HEX #AC6C42 Bourbon

📋 copy color: '#AC6C42'

red 172 ◦ green 108 ◦ blue 66

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

Shades of Bourbon #AC6C42

Tints of Bourbon #AC6C42

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.21%

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

R = 49.71%
G = 31.21%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC6C42 (or 0xAC6C42) is known color: Bourbon. HEX triplet: AC, 6C and 42. RGB value is (172,108,66). Sum of RGB (Red+Green+Blue) = 172+108+66=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6C42 is #5393BD. Grayscale: #7A7A7A. Windows color (decimal): -5477310 or 4353196. OLE color: 4353196.

HSL color Cylindrical-coordinate representation of color #AC6C42: hue angle of 23.77º 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 #AC6C42 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 108 66 -
CMYK 0 0.37 0.62 0.33
HSL 23.77º 0.45% 0.47% -
HSV(B) 23.77º 0.62% 0.67% -
XYZ 23.36 19.89 7.76 -
YUV 122.35 96.2 163.42 -
System Red Green Blue C M Y K H S L
Decimal 172 108 66 0 0.37 0.62 0.33 23.77 0.45 0.47
Hex AC 6C 42 0 25 3E 21 18 2D 2F
Octal 254 154 102 0 45 76 41 30 55 57
Binary 10101100 1101100 1000010 0 100101 111110 100001 11000 101101 101111

Color Harmonies of #AC6C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6C42

Black with #AC6C42

Text Example


Text Example

White with #AC6C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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