Html Css Color HEX #AA6710 Golden Brown

📋 copy color: '#AA6710'

red 170 ◦ green 103 ◦ blue 16

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

Shades of Golden Brown #AA6710

Tints of Golden Brown #AA6710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.64%

 BLUE value IS 16 (6.64% from 255) = 5.54%

R = 58.82%
G = 35.64%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA6710 (or 0xAA6710) is known color: Golden Brown. HEX triplet: AA, 67 and 10. RGB value is (170,103,16). Sum of RGB (Red+Green+Blue) = 170+103+16=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6710 is #5598EF. Grayscale: #717171. Windows color (decimal): -5609712 or 1075114. OLE color: 1075114.

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

Color convert

RGB 170 103 16 -
CMYK 0 0.39 0.91 0.33
HSL 33.9º 0.83% 0.36% -
HSV(B) 33.9º 0.91% 0.67% -
XYZ 21.52 18.28 2.89 -
YUV 113.12 73.2 168.57 -
System Red Green Blue C M Y K H S L
Decimal 170 103 16 0 0.39 0.91 0.33 33.9 0.83 0.36
Hex AA 67 10 0 27 5B 21 22 53 24
Octal 252 147 20 0 47 133 41 42 123 44
Binary 10101010 1100111 10000 0 100111 1011011 100001 100010 1010011 100100

Color Harmonies of #AA6710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6710

Black with #AA6710

Text Example


Text Example

White with #AA6710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6710; }

 p { color: rgb(170,103,16); }

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

background-color css

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

 a { background-color: rgb(170,103,16); }

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

border-color css

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

 span { border-color: rgb(170,103,16); }

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