Html Css Color HEX #AC7842 Bourbon

📋 copy color: '#AC7842'

red 172 ◦ green 120 ◦ blue 66

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

Shades of Bourbon #AC7842

Tints of Bourbon #AC7842

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.52%

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

R = 48.04%
G = 33.52%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC7842 (or 0xAC7842) is known color: Bourbon. HEX triplet: AC, 78 and 42. RGB value is (172,120,66). Sum of RGB (Red+Green+Blue) = 172+120+66=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7842 is #5387BD. Grayscale: #818181. Windows color (decimal): -5474238 or 4356268. OLE color: 4356268.

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

Color convert

RGB 172 120 66 -
CMYK 0 0.30 0.62 0.33
HSL 30.57º 0.45% 0.47% -
HSV(B) 30.57º 0.62% 0.67% -
XYZ 24.71 22.6 8.21 -
YUV 129.39 92.23 158.39 -
System Red Green Blue C M Y K H S L
Decimal 172 120 66 0 0.30 0.62 0.33 30.57 0.45 0.47
Hex AC 78 42 0 1E 3E 21 1F 2D 2F
Octal 254 170 102 0 36 76 41 37 55 57
Binary 10101100 1111000 1000010 0 11110 111110 100001 11111 101101 101111

Color Harmonies of #AC7842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7842

Black with #AC7842

Text Example


Text Example

White with #AC7842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7842; }

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

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

background-color css

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

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

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

border-color css

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

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

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