Html Css Color HEX #AC6118 Golden Brown

📋 copy color: '#AC6118'

red 172 ◦ green 97 ◦ blue 24

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

Shades of Golden Brown #AC6118

Tints of Golden Brown #AC6118

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.11%

 BLUE value IS 24 (9.77% from 255) = 8.19%

R = 58.7%
G = 33.11%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC6118 (or 0xAC6118) is known color: Golden Brown. HEX triplet: AC, 61 and 18. RGB value is (172,97,24). Sum of RGB (Red+Green+Blue) = 172+97+24=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6118 is #539EE7. Grayscale: #6F6F6F. Windows color (decimal): -5480168 or 1597868. OLE color: 1597868.

HSL color Cylindrical-coordinate representation of color #AC6118: hue angle of 29.59º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC6118 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 97 24 -
CMYK 0 0.44 0.86 0.33
HSL 29.59º 0.76% 0.38% -
HSV(B) 29.59º 0.86% 0.67% -
XYZ 21.45 17.39 3.09 -
YUV 111.1 78.85 171.44 -
System Red Green Blue C M Y K H S L
Decimal 172 97 24 0 0.44 0.86 0.33 29.59 0.76 0.38
Hex AC 61 18 0 2C 56 21 1E 4C 26
Octal 254 141 30 0 54 126 41 36 114 46
Binary 10101100 1100001 11000 0 101100 1010110 100001 11110 1001100 100110

Color Harmonies of #AC6118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6118

Black with #AC6118

Text Example


Text Example

White with #AC6118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6118; }

 p { color: rgb(172,97,24); }

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

background-color css

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

 a { background-color: rgb(172,97,24); }

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

border-color css

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

 span { border-color: rgb(172,97,24); }

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