Html Css Color HEX #AA610F Golden Brown

📋 copy color: '#AA610F'

red 170 ◦ green 97 ◦ blue 15

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

Shades of Golden Brown #AA610F

Tints of Golden Brown #AA610F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.4%

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

R = 60.28%
G = 34.4%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA610F (or 0xAA610F) is known color: Golden Brown. HEX triplet: AA, 61 and 0F. RGB value is (170,97,15). Sum of RGB (Red+Green+Blue) = 170+97+15=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA610F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA610F is #559EF0. Grayscale: #6D6D6D. Windows color (decimal): -5611249 or 1008042. OLE color: 1008042.

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

Color convert

RGB 170 97 15 -
CMYK 0 0.43 0.91 0.33
HSL 31.74º 0.84% 0.36% -
HSV(B) 31.74º 0.91% 0.67% -
XYZ 20.94 17.13 2.65 -
YUV 109.48 74.68 171.17 -
System Red Green Blue C M Y K H S L
Decimal 170 97 15 0 0.43 0.91 0.33 31.74 0.84 0.36
Hex AA 61 F 0 2B 5B 21 20 54 24
Octal 252 141 17 0 53 133 41 40 124 44
Binary 10101010 1100001 1111 0 101011 1011011 100001 100000 1010100 100100

Color Harmonies of #AA610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA610F

Black with #AA610F

Text Example


Text Example

White with #AA610F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA610F; }

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

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

background-color css

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

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

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

border-color css

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

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

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