Html Css Color HEX #AA6A0F Golden Brown

📋 copy color: '#AA6A0F'

red 170 ◦ green 106 ◦ blue 15

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

Shades of Golden Brown #AA6A0F

Tints of Golden Brown #AA6A0F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.43%

 BLUE value IS 15 (6.25% from 255) = 5.15%

R = 58.42%
G = 36.43%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA6A0F (or 0xAA6A0F) is known color: Golden Brown. HEX triplet: AA, 6A and 0F. RGB value is (170,106,15). Sum of RGB (Red+Green+Blue) = 170+106+15=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6A0F is #5595F0. Grayscale: #737373. Windows color (decimal): -5608945 or 1010346. OLE color: 1010346.

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

Color convert

RGB 170 106 15 -
CMYK 0 0.38 0.91 0.33
HSL 35.23º 0.84% 0.36% -
HSV(B) 35.23º 0.91% 0.67% -
XYZ 21.82 18.89 2.95 -
YUV 114.76 71.7 167.4 -
System Red Green Blue C M Y K H S L
Decimal 170 106 15 0 0.38 0.91 0.33 35.23 0.84 0.36
Hex AA 6A F 0 26 5B 21 23 54 24
Octal 252 152 17 0 46 133 41 43 124 44
Binary 10101010 1101010 1111 0 100110 1011011 100001 100011 1010100 100100

Color Harmonies of #AA6A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6A0F

Black with #AA6A0F

Text Example


Text Example

White with #AA6A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6A0F; }

 p { color: rgb(170,106,15); }

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

background-color css

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

 a { background-color: rgb(170,106,15); }

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

border-color css

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

 span { border-color: rgb(170,106,15); }

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