Html Css Color HEX #AC7442 Bourbon

📋 copy color: '#AC7442'

red 172 ◦ green 116 ◦ blue 66

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

Shades of Bourbon #AC7442

Tints of Bourbon #AC7442

RGB

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

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

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

R = 48.59%
G = 32.77%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC7442 (or 0xAC7442) is known color: Bourbon. HEX triplet: AC, 74 and 42. RGB value is (172,116,66). Sum of RGB (Red+Green+Blue) = 172+116+66=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7442 is #538BBD. Grayscale: #7F7F7F. Windows color (decimal): -5475262 or 4355244. OLE color: 4355244.

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

Color convert

RGB 172 116 66 -
CMYK 0 0.33 0.62 0.33
HSL 28.3º 0.45% 0.47% -
HSV(B) 28.3º 0.62% 0.67% -
XYZ 24.24 21.65 8.06 -
YUV 127.04 93.55 160.07 -
System Red Green Blue C M Y K H S L
Decimal 172 116 66 0 0.33 0.62 0.33 28.3 0.45 0.47
Hex AC 74 42 0 21 3E 21 1C 2D 2F
Octal 254 164 102 0 41 76 41 34 55 57
Binary 10101100 1110100 1000010 0 100001 111110 100001 11100 101101 101111

Color Harmonies of #AC7442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7442

Black with #AC7442

Text Example


Text Example

White with #AC7442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7442; }

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

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

background-color css

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

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

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

border-color css

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

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

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