Html Css Color HEX #AC5A04 Golden Brown

📋 copy color: '#AC5A04'

red 172 ◦ green 90 ◦ blue 4

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

Shades of Golden Brown #AC5A04

Tints of Golden Brown #AC5A04

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.83%

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 64.66%
G = 33.83%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC5A04 (or 0xAC5A04) is known color: Golden Brown. HEX triplet: AC, 5A and 04. RGB value is (172,90,4). Sum of RGB (Red+Green+Blue) = 172+90+4=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5A04 is #53A5FB. Grayscale: #696969. Windows color (decimal): -5481980 or 285356. OLE color: 285356.

HSL color Cylindrical-coordinate representation of color #AC5A04: hue angle of 30.71º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC5A04 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 90 4 -
CMYK 0 0.48 0.98 0.33
HSL 30.71º 0.95% 0.35% -
HSV(B) 30.71º 0.98% 0.67% -
XYZ 20.69 16.09 2.13 -
YUV 104.71 71.17 175.99 -
System Red Green Blue C M Y K H S L
Decimal 172 90 4 0 0.48 0.98 0.33 30.71 0.95 0.35
Hex AC 5A 4 0 30 62 21 1F 5F 23
Octal 254 132 4 0 60 142 41 37 137 43
Binary 10101100 1011010 100 0 110000 1100010 100001 11111 1011111 100011

Color Harmonies of #AC5A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A04

Black with #AC5A04

Text Example


Text Example

White with #AC5A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A04; }

 p { color: rgb(172,90,4); }

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

background-color css

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

 a { background-color: rgb(172,90,4); }

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

border-color css

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

 span { border-color: rgb(172,90,4); }

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