Html Css Color HEX #AA660D Golden Brown

📋 copy color: '#AA660D'

red 170 ◦ green 102 ◦ blue 13

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

Shades of Golden Brown #AA660D

Tints of Golden Brown #AA660D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.79%

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

R = 59.65%
G = 35.79%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA660D (or 0xAA660D) is known color: Golden Brown. HEX triplet: AA, 66 and 0D. RGB value is (170,102,13). Sum of RGB (Red+Green+Blue) = 170+102+13=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA660D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA660D is #5599F2. Grayscale: #707070. Windows color (decimal): -5609971 or 878250. OLE color: 878250.

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

Color convert

RGB 170 102 13 -
CMYK 0 0.4 0.92 0.33
HSL 34.01º 0.86% 0.36% -
HSV(B) 34.01º 0.92% 0.67% -
XYZ 21.4 18.08 2.74 -
YUV 112.19 72.03 169.24 -
System Red Green Blue C M Y K H S L
Decimal 170 102 13 0 0.4 0.92 0.33 34.01 0.86 0.36
Hex AA 66 D 0 28 5C 21 22 56 24
Octal 252 146 15 0 50 134 41 42 126 44
Binary 10101010 1100110 1101 0 101000 1011100 100001 100010 1010110 100100

Color Harmonies of #AA660D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA660D

Black with #AA660D

Text Example


Text Example

White with #AA660D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA660D; }

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

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

background-color css

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

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

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

border-color css

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

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

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