Html Css Color HEX #AC6942 Bourbon

📋 copy color: '#AC6942'

red 172 ◦ green 105 ◦ blue 66

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

Shades of Bourbon #AC6942

Tints of Bourbon #AC6942

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.61%

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

R = 50.15%
G = 30.61%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC6942 (or 0xAC6942) is known color: Bourbon. HEX triplet: AC, 69 and 42. RGB value is (172,105,66). Sum of RGB (Red+Green+Blue) = 172+105+66=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6942 is #5396BD. Grayscale: #787878. Windows color (decimal): -5478078 or 4352428. OLE color: 4352428.

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

Color convert

RGB 172 105 66 -
CMYK 0 0.39 0.62 0.33
HSL 22.08º 0.45% 0.47% -
HSV(B) 22.08º 0.62% 0.67% -
XYZ 23.05 19.27 7.66 -
YUV 120.59 97.2 164.67 -
System Red Green Blue C M Y K H S L
Decimal 172 105 66 0 0.39 0.62 0.33 22.08 0.45 0.47
Hex AC 69 42 0 27 3E 21 16 2D 2F
Octal 254 151 102 0 47 76 41 26 55 57
Binary 10101100 1101001 1000010 0 100111 111110 100001 10110 101101 101111

Color Harmonies of #AC6942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6942

Black with #AC6942

Text Example


Text Example

White with #AC6942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6942; }

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

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

background-color css

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

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

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

border-color css

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

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

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