Html Css Color HEX #AC5D00 Golden Brown

📋 copy color: '#AC5D00'

red 172 ◦ green 93 ◦ blue 0

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

Shades of Golden Brown #AC5D00

Tints of Golden Brown #AC5D00

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.09%

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

R = 64.91%
G = 35.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC5D00 (or 0xAC5D00) is known color: Golden Brown. HEX triplet: AC, 5D and 00. RGB value is (172,93,0). Sum of RGB (Red+Green+Blue) = 172+93+0=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5D00 is #53A2FF. Grayscale: #6A6A6A. Windows color (decimal): -5481216 or 23980. OLE color: 23980.

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

Color convert

RGB 172 93 0 -
CMYK 0 0.46 1 0.33
HSL 32.44º 1% 0.34% -
HSV(B) 32.44º 1% 0.67% -
XYZ 20.93 16.6 2.1 -
YUV 106.02 68.17 175.06 -
System Red Green Blue C M Y K H S L
Decimal 172 93 0 0 0.46 1 0.33 32.44 1 0.34
Hex AC 5D 0 0 2E 64 21 20 64 22
Octal 254 135 0 0 56 144 41 40 144 42
Binary 10101100 1011101 0 0 101110 1100100 100001 100000 1100100 100010

Color Harmonies of #AC5D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D00

Black with #AC5D00

Text Example


Text Example

White with #AC5D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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