Html Css Color HEX #AA6504 Golden Brown

📋 copy color: '#AA6504'

red 170 ◦ green 101 ◦ blue 4

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

Shades of Golden Brown #AA6504

Tints of Golden Brown #AA6504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.73%

 BLUE value IS 4 (1.95% from 255) = 1.45%

R = 61.82%
G = 36.73%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA6504 (or 0xAA6504) is known color: Golden Brown. HEX triplet: AA, 65 and 04. RGB value is (170,101,4). Sum of RGB (Red+Green+Blue) = 170+101+4=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6504 is #559AFB. Grayscale: #6F6F6F. Windows color (decimal): -5610236 or 288170. OLE color: 288170.

HSL color Cylindrical-coordinate representation of color #AA6504: hue angle of 35.06º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA6504 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 101 4 -
CMYK 0 0.41 0.98 0.33
HSL 35.06º 0.95% 0.34% -
HSV(B) 35.06º 0.98% 0.67% -
XYZ 21.25 17.86 2.44 -
YUV 110.57 67.86 170.39 -
System Red Green Blue C M Y K H S L
Decimal 170 101 4 0 0.41 0.98 0.33 35.06 0.95 0.34
Hex AA 65 4 0 29 62 21 23 5F 22
Octal 252 145 4 0 51 142 41 43 137 42
Binary 10101010 1100101 100 0 101001 1100010 100001 100011 1011111 100010

Color Harmonies of #AA6504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6504

Black with #AA6504

Text Example


Text Example

White with #AA6504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6504; }

 p { color: rgb(170,101,4); }

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

background-color css

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

 a { background-color: rgb(170,101,4); }

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

border-color css

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

 span { border-color: rgb(170,101,4); }

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