Html Css Color HEX #AA6104 Golden Brown

📋 copy color: '#AA6104'

red 170 ◦ green 97 ◦ blue 4

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

Shades of Golden Brown #AA6104

Tints of Golden Brown #AA6104

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.79%

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

R = 62.73%
G = 35.79%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA6104 (or 0xAA6104) is known color: Golden Brown. HEX triplet: AA, 61 and 04. RGB value is (170,97,4). Sum of RGB (Red+Green+Blue) = 170+97+4=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6104 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6104 is #559EFB. Grayscale: #6C6C6C. Windows color (decimal): -5611260 or 287146. OLE color: 287146.

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

Color convert

RGB 170 97 4 -
CMYK 0 0.43 0.98 0.33
HSL 33.61º 0.95% 0.34% -
HSV(B) 33.61º 0.98% 0.67% -
XYZ 20.87 17.1 2.32 -
YUV 108.23 69.18 172.06 -
System Red Green Blue C M Y K H S L
Decimal 170 97 4 0 0.43 0.98 0.33 33.61 0.95 0.34
Hex AA 61 4 0 2B 62 21 22 5F 22
Octal 252 141 4 0 53 142 41 42 137 42
Binary 10101010 1100001 100 0 101011 1100010 100001 100010 1011111 100010

Color Harmonies of #AA6104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6104

Black with #AA6104

Text Example


Text Example

White with #AA6104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6104; }

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

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

background-color css

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

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

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

border-color css

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

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

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