Html Css Color HEX #AC6019 Golden Brown

📋 copy color: '#AC6019'

red 172 ◦ green 96 ◦ blue 25

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

Shades of Golden Brown #AC6019

Tints of Golden Brown #AC6019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.53%

R = 58.7%
G = 32.76%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC6019 (or 0xAC6019) is known color: Golden Brown. HEX triplet: AC, 60 and 19. RGB value is (172,96,25). Sum of RGB (Red+Green+Blue) = 172+96+25=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6019 is #539FE6. Grayscale: #6E6E6E. Windows color (decimal): -5480423 or 1663148. OLE color: 1663148.

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

Color convert

RGB 172 96 25 -
CMYK 0 0.44 0.85 0.33
HSL 28.98º 0.75% 0.39% -
HSV(B) 28.98º 0.85% 0.67% -
XYZ 21.37 17.21 3.11 -
YUV 110.63 79.68 171.77 -
System Red Green Blue C M Y K H S L
Decimal 172 96 25 0 0.44 0.85 0.33 28.98 0.75 0.39
Hex AC 60 19 0 2C 55 21 1D 4B 27
Octal 254 140 31 0 54 125 41 35 113 47
Binary 10101100 1100000 11001 0 101100 1010101 100001 11101 1001011 100111

Color Harmonies of #AC6019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6019

Black with #AC6019

Text Example


Text Example

White with #AC6019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6019; }

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

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

background-color css

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

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

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

border-color css

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

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

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