Html Css Color HEX #AC7845 Bourbon

📋 copy color: '#AC7845'

red 172 ◦ green 120 ◦ blue 69

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

Shades of Bourbon #AC7845

Tints of Bourbon #AC7845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.11%

R = 47.65%
G = 33.24%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC7845 (or 0xAC7845) is known color: Bourbon. HEX triplet: AC, 78 and 45. RGB value is (172,120,69). Sum of RGB (Red+Green+Blue) = 172+120+69=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7845 is #5387BA. Grayscale: #818181. Windows color (decimal): -5474235 or 4552876. OLE color: 4552876.

HSL color Cylindrical-coordinate representation of color #AC7845: hue angle of 29.71º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC7845 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 120 69 -
CMYK 0 0.30 0.60 0.33
HSL 29.71º 0.43% 0.47% -
HSV(B) 29.71º 0.6% 0.67% -
XYZ 24.8 22.63 8.69 -
YUV 129.73 93.73 158.15 -
System Red Green Blue C M Y K H S L
Decimal 172 120 69 0 0.30 0.60 0.33 29.71 0.43 0.47
Hex AC 78 45 0 1E 3C 21 1E 2B 2F
Octal 254 170 105 0 36 74 41 36 53 57
Binary 10101100 1111000 1000101 0 11110 111100 100001 11110 101011 101111

Color Harmonies of #AC7845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7845

Black with #AC7845

Text Example


Text Example

White with #AC7845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7845; }

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

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

background-color css

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

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

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

border-color css

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

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

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