Html Css Color HEX #AA6B05 Golden Brown

📋 copy color: '#AA6B05'

red 170 ◦ green 107 ◦ blue 5

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

Shades of Golden Brown #AA6B05

Tints of Golden Brown #AA6B05

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.94%

 BLUE value IS 5 (2.34% from 255) = 1.77%

R = 60.28%
G = 37.94%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA6B05 (or 0xAA6B05) is known color: Golden Brown. HEX triplet: AA, 6B and 05. RGB value is (170,107,5). Sum of RGB (Red+Green+Blue) = 170+107+5=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6B05 is #5594FA. Grayscale: #727272. Windows color (decimal): -5608699 or 355242. OLE color: 355242.

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

Color convert

RGB 170 107 5 -
CMYK 0 0.37 0.97 0.33
HSL 37.09º 0.94% 0.34% -
HSV(B) 37.09º 0.97% 0.67% -
XYZ 21.86 19.07 2.67 -
YUV 114.21 66.37 167.79 -
System Red Green Blue C M Y K H S L
Decimal 170 107 5 0 0.37 0.97 0.33 37.09 0.94 0.34
Hex AA 6B 5 0 25 61 21 25 5E 22
Octal 252 153 5 0 45 141 41 45 136 42
Binary 10101010 1101011 101 0 100101 1100001 100001 100101 1011110 100010

Color Harmonies of #AA6B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6B05

Black with #AA6B05

Text Example


Text Example

White with #AA6B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6B05; }

 p { color: rgb(170,107,5); }

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

background-color css

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

 a { background-color: rgb(170,107,5); }

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

border-color css

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

 span { border-color: rgb(170,107,5); }

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