Html Css Color HEX #AA610D Golden Brown

📋 copy color: '#AA610D'

red 170 ◦ green 97 ◦ blue 13

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

Shades of Golden Brown #AA610D

Tints of Golden Brown #AA610D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.64%

R = 60.71%
G = 34.64%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA610D (or 0xAA610D) is known color: Golden Brown. HEX triplet: AA, 61 and 0D. RGB value is (170,97,13). Sum of RGB (Red+Green+Blue) = 170+97+13=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA610D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA610D is #559EF2. Grayscale: #6D6D6D. Windows color (decimal): -5611251 or 876970. OLE color: 876970.

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

Color convert

RGB 170 97 13 -
CMYK 0 0.43 0.92 0.33
HSL 32.1º 0.86% 0.36% -
HSV(B) 32.1º 0.92% 0.67% -
XYZ 20.92 17.12 2.58 -
YUV 109.25 73.68 171.33 -
System Red Green Blue C M Y K H S L
Decimal 170 97 13 0 0.43 0.92 0.33 32.1 0.86 0.36
Hex AA 61 D 0 2B 5C 21 20 56 24
Octal 252 141 15 0 53 134 41 40 126 44
Binary 10101010 1100001 1101 0 101011 1011100 100001 100000 1010110 100100

Color Harmonies of #AA610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA610D

Black with #AA610D

Text Example


Text Example

White with #AA610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA610D; }

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

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

background-color css

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

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

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

border-color css

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

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

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