Html Css Color HEX #AA6F0A Golden Brown

📋 copy color: '#AA6F0A'

red 170 ◦ green 111 ◦ blue 10

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

Shades of Golden Brown #AA6F0A

Tints of Golden Brown #AA6F0A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.14%

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

R = 58.42%
G = 38.14%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA6F0A (or 0xAA6F0A) is known color: Golden Brown. HEX triplet: AA, 6F and 0A. RGB value is (170,111,10). Sum of RGB (Red+Green+Blue) = 170+111+10=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6F0A is #5590F5. Grayscale: #757575. Windows color (decimal): -5607670 or 683946. OLE color: 683946.

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

Color convert

RGB 170 111 10 -
CMYK 0 0.35 0.94 0.33
HSL 37.88º 0.89% 0.35% -
HSV(B) 37.88º 0.94% 0.67% -
XYZ 22.32 19.94 2.96 -
YUV 117.13 67.55 165.71 -
System Red Green Blue C M Y K H S L
Decimal 170 111 10 0 0.35 0.94 0.33 37.88 0.89 0.35
Hex AA 6F A 0 23 5E 21 26 59 23
Octal 252 157 12 0 43 136 41 46 131 43
Binary 10101010 1101111 1010 0 100011 1011110 100001 100110 1011001 100011

Color Harmonies of #AA6F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6F0A

Black with #AA6F0A

Text Example


Text Example

White with #AA6F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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