Html Css Color HEX #AA580A Golden Brown

📋 copy color: '#AA580A'

red 170 ◦ green 88 ◦ blue 10

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

Shades of Golden Brown #AA580A

Tints of Golden Brown #AA580A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.84%

 BLUE value IS 10 (4.3% from 255) = 3.73%

R = 63.43%
G = 32.84%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA580A (or 0xAA580A) is known color: Golden Brown. HEX triplet: AA, 58 and 0A. RGB value is (170,88,10). Sum of RGB (Red+Green+Blue) = 170+88+10=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA580A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA580A is #55A7F5. Grayscale: #686868. Windows color (decimal): -5613558 or 678058. OLE color: 678058.

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

Color convert

RGB 170 88 10 -
CMYK 0 0.48 0.94 0.33
HSL 29.25º 0.89% 0.35% -
HSV(B) 29.25º 0.94% 0.67% -
XYZ 20.12 15.55 2.23 -
YUV 103.63 75.17 175.34 -
System Red Green Blue C M Y K H S L
Decimal 170 88 10 0 0.48 0.94 0.33 29.25 0.89 0.35
Hex AA 58 A 0 30 5E 21 1D 59 23
Octal 252 130 12 0 60 136 41 35 131 43
Binary 10101010 1011000 1010 0 110000 1011110 100001 11101 1011001 100011

Color Harmonies of #AA580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA580A

Black with #AA580A

Text Example


Text Example

White with #AA580A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA580A; }

 p { color: rgb(170,88,10); }

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

background-color css

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

 a { background-color: rgb(170,88,10); }

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

border-color css

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

 span { border-color: rgb(170,88,10); }

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