Html Css Color HEX #AC5A02 Golden Brown

📋 copy color: '#AC5A02'

red 172 ◦ green 90 ◦ blue 2

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

Shades of Golden Brown #AC5A02

Tints of Golden Brown #AC5A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 65.15%
G = 34.09%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC5A02 (or 0xAC5A02) is known color: Golden Brown. HEX triplet: AC, 5A and 02. RGB value is (172,90,2). Sum of RGB (Red+Green+Blue) = 172+90+2=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5A02 is #53A5FD. Grayscale: #686868. Windows color (decimal): -5481982 or 154284. OLE color: 154284.

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

Color convert

RGB 172 90 2 -
CMYK 0 0.48 0.99 0.33
HSL 31.06º 0.98% 0.34% -
HSV(B) 31.06º 0.99% 0.67% -
XYZ 20.68 16.09 2.07 -
YUV 104.49 70.17 176.16 -
System Red Green Blue C M Y K H S L
Decimal 172 90 2 0 0.48 0.99 0.33 31.06 0.98 0.34
Hex AC 5A 2 0 30 63 21 1F 62 22
Octal 254 132 2 0 60 143 41 37 142 42
Binary 10101100 1011010 10 0 110000 1100011 100001 11111 1100010 100010

Color Harmonies of #AC5A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A02

Black with #AC5A02

Text Example


Text Example

White with #AC5A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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