Html Css Color HEX #AA5C00 Golden Brown

📋 copy color: '#AA5C00'

red 170 ◦ green 92 ◦ blue 0

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

Shades of Golden Brown #AA5C00

Tints of Golden Brown #AA5C00

RGB

 RED value IS 170 (66.8% from 255) = 64.89%

 GREEN value IS 92 (36.33% from 255) = 35.11%

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

R = 64.89%
G = 35.11%
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

#AA5C00 (or 0xAA5C00) is known color: Golden Brown. HEX triplet: AA, 5C and 00. RGB value is (170,92,0). Sum of RGB (Red+Green+Blue) = 170+92+0=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5C00 is #55A3FF. Grayscale: #696969. Windows color (decimal): -5612544 or 23722. OLE color: 23722.

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

Color convert

RGB 170 92 0 -
CMYK 0 0.46 1 0.33
HSL 32.47º 1% 0.33% -
HSV(B) 32.47º 1% 0.67% -
XYZ 20.4 16.2 2.05 -
YUV 104.83 68.84 174.48 -
System Red Green Blue C M Y K H S L
Decimal 170 92 0 0 0.46 1 0.33 32.47 1 0.33
Hex AA 5C 0 0 2E 64 21 20 64 21
Octal 252 134 0 0 56 144 41 40 144 41
Binary 10101010 1011100 0 0 101110 1100100 100001 100000 1100100 100001

Color Harmonies of #AA5C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5C00

Black with #AA5C00

Text Example


Text Example

White with #AA5C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5C00; }

 p { color: rgb(170,92,0); }

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

background-color css

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

 a { background-color: rgb(170,92,0); }

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

border-color css

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

 span { border-color: rgb(170,92,0); }

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