Html Css Color HEX #AC5A00 Golden Brown

📋 copy color: '#AC5A00'

red 172 ◦ green 90 ◦ blue 0

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

Shades of Golden Brown #AC5A00

Tints of Golden Brown #AC5A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.65%
G = 34.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC5A00 (or 0xAC5A00) is known color: Golden Brown. HEX triplet: AC, 5A and 00. RGB value is (172,90,0). Sum of RGB (Red+Green+Blue) = 172+90+0=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5A00 is #53A5FF. Grayscale: #686868. Windows color (decimal): -5481984 or 23212. OLE color: 23212.

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

Color convert

RGB 172 90 0 -
CMYK 0 0.48 1 0.33
HSL 31.4º 1% 0.34% -
HSV(B) 31.4º 1% 0.67% -
XYZ 20.67 16.08 2.01 -
YUV 104.26 69.17 176.32 -
System Red Green Blue C M Y K H S L
Decimal 172 90 0 0 0.48 1 0.33 31.4 1 0.34
Hex AC 5A 0 0 30 64 21 1F 64 22
Octal 254 132 0 0 60 144 41 37 144 42
Binary 10101100 1011010 0 0 110000 1100100 100001 11111 1100100 100010

Color Harmonies of #AC5A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A00

Black with #AC5A00

Text Example


Text Example

White with #AC5A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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