Html Css Color HEX #AA6716 Golden Brown

📋 copy color: '#AA6716'

red 170 ◦ green 103 ◦ blue 22

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

Shades of Golden Brown #AA6716

Tints of Golden Brown #AA6716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.46%

R = 57.63%
G = 34.92%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA6716 (or 0xAA6716) is known color: Golden Brown. HEX triplet: AA, 67 and 16. RGB value is (170,103,22). Sum of RGB (Red+Green+Blue) = 170+103+22=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6716 is #5598E9. Grayscale: #727272. Windows color (decimal): -5609706 or 1468330. OLE color: 1468330.

HSL color Cylindrical-coordinate representation of color #AA6716: hue angle of 32.84º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA6716 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 103 22 -
CMYK 0 0.39 0.87 0.33
HSL 32.84º 0.77% 0.38% -
HSV(B) 32.84º 0.87% 0.67% -
XYZ 21.57 18.3 3.16 -
YUV 113.8 76.2 168.09 -
System Red Green Blue C M Y K H S L
Decimal 170 103 22 0 0.39 0.87 0.33 32.84 0.77 0.38
Hex AA 67 16 0 27 57 21 21 4D 26
Octal 252 147 26 0 47 127 41 41 115 46
Binary 10101010 1100111 10110 0 100111 1010111 100001 100001 1001101 100110

Color Harmonies of #AA6716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6716

Black with #AA6716

Text Example


Text Example

White with #AA6716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6716; }

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

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

background-color css

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

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

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

border-color css

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

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

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