Html Css Color HEX #AA610B Golden Brown

📋 copy color: '#AA610B'

red 170 ◦ green 97 ◦ blue 11

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

Shades of Golden Brown #AA610B

Tints of Golden Brown #AA610B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.96%

R = 61.15%
G = 34.89%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA610B (or 0xAA610B) is known color: Golden Brown. HEX triplet: AA, 61 and 0B. RGB value is (170,97,11). Sum of RGB (Red+Green+Blue) = 170+97+11=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA610B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA610B is #559EF4. Grayscale: #6D6D6D. Windows color (decimal): -5611253 or 745898. OLE color: 745898.

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

Color convert

RGB 170 97 11 -
CMYK 0 0.43 0.94 0.33
HSL 32.45º 0.88% 0.35% -
HSV(B) 32.45º 0.94% 0.67% -
XYZ 20.91 17.12 2.52 -
YUV 109.02 72.68 171.49 -
System Red Green Blue C M Y K H S L
Decimal 170 97 11 0 0.43 0.94 0.33 32.45 0.88 0.35
Hex AA 61 B 0 2B 5E 21 20 58 23
Octal 252 141 13 0 53 136 41 40 130 43
Binary 10101010 1100001 1011 0 101011 1011110 100001 100000 1011000 100011

Color Harmonies of #AA610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA610B

Black with #AA610B

Text Example


Text Example

White with #AA610B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA610B; }

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

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

background-color css

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

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

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

border-color css

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

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

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