Html Css Color HEX #AC7445 Bourbon

📋 copy color: '#AC7445'

red 172 ◦ green 116 ◦ blue 69

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

Shades of Bourbon #AC7445

Tints of Bourbon #AC7445

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.49%

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

R = 48.18%
G = 32.49%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC7445 (or 0xAC7445) is known color: Bourbon. HEX triplet: AC, 74 and 45. RGB value is (172,116,69). Sum of RGB (Red+Green+Blue) = 172+116+69=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7445 is #538BBA. Grayscale: #7F7F7F. Windows color (decimal): -5475259 or 4551852. OLE color: 4551852.

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

Color convert

RGB 172 116 69 -
CMYK 0 0.33 0.60 0.33
HSL 27.38º 0.43% 0.47% -
HSV(B) 27.38º 0.6% 0.67% -
XYZ 24.33 21.69 8.53 -
YUV 127.39 95.05 159.82 -
System Red Green Blue C M Y K H S L
Decimal 172 116 69 0 0.33 0.60 0.33 27.38 0.43 0.47
Hex AC 74 45 0 21 3C 21 1B 2B 2F
Octal 254 164 105 0 41 74 41 33 53 57
Binary 10101100 1110100 1000101 0 100001 111100 100001 11011 101011 101111

Color Harmonies of #AC7445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7445

Black with #AC7445

Text Example


Text Example

White with #AC7445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7445; }

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

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

background-color css

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

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

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

border-color css

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

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

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