Html Css Color HEX #AA6614 Golden Brown

📋 copy color: '#AA6614'

red 170 ◦ green 102 ◦ blue 20

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

Shades of Golden Brown #AA6614

Tints of Golden Brown #AA6614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.85%

R = 58.22%
G = 34.93%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA6614 (or 0xAA6614) is known color: Golden Brown. HEX triplet: AA, 66 and 14. RGB value is (170,102,20). Sum of RGB (Red+Green+Blue) = 170+102+20=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6614 is #5599EB. Grayscale: #717171. Windows color (decimal): -5609964 or 1337002. OLE color: 1337002.

HSL color Cylindrical-coordinate representation of color #AA6614: hue angle of 32.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA6614 is Cyan = 0, Magento = 0.4, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 102 20 -
CMYK 0 0.4 0.88 0.33
HSL 32.8º 0.79% 0.37% -
HSV(B) 32.8º 0.88% 0.67% -
XYZ 21.46 18.1 3.02 -
YUV 112.98 75.53 168.67 -
System Red Green Blue C M Y K H S L
Decimal 170 102 20 0 0.4 0.88 0.33 32.8 0.79 0.37
Hex AA 66 14 0 28 58 21 21 4F 25
Octal 252 146 24 0 50 130 41 41 117 45
Binary 10101010 1100110 10100 0 101000 1011000 100001 100001 1001111 100101

Color Harmonies of #AA6614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6614

Black with #AA6614

Text Example


Text Example

White with #AA6614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6614; }

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

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

background-color css

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

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

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

border-color css

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

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

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