Html Css Color HEX #AC6018 Golden Brown

📋 copy color: '#AC6018'

red 172 ◦ green 96 ◦ blue 24

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

Shades of Golden Brown #AC6018

Tints of Golden Brown #AC6018

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.88%

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

R = 58.9%
G = 32.88%
B = 8.22%

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

#AC6018 (or 0xAC6018) is known color: Golden Brown. HEX triplet: AC, 60 and 18. RGB value is (172,96,24). Sum of RGB (Red+Green+Blue) = 172+96+24=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6018 is #539FE7. Grayscale: #6E6E6E. Windows color (decimal): -5480424 or 1597612. OLE color: 1597612.

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

Color convert

RGB 172 96 24 -
CMYK 0 0.44 0.86 0.33
HSL 29.19º 0.76% 0.38% -
HSV(B) 29.19º 0.86% 0.67% -
XYZ 21.36 17.2 3.06 -
YUV 110.52 79.18 171.85 -
System Red Green Blue C M Y K H S L
Decimal 172 96 24 0 0.44 0.86 0.33 29.19 0.76 0.38
Hex AC 60 18 0 2C 56 21 1D 4C 26
Octal 254 140 30 0 54 126 41 35 114 46
Binary 10101100 1100000 11000 0 101100 1010110 100001 11101 1001100 100110

Color Harmonies of #AC6018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6018

Black with #AC6018

Text Example


Text Example

White with #AC6018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6018; }

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

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

background-color css

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

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

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

border-color css

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

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

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