Html Css Color HEX #AA6904 Golden Brown

📋 copy color: '#AA6904'

red 170 ◦ green 105 ◦ blue 4

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

Shades of Golden Brown #AA6904

Tints of Golden Brown #AA6904

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.63%

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

R = 60.93%
G = 37.63%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA6904 (or 0xAA6904) is known color: Golden Brown. HEX triplet: AA, 69 and 04. RGB value is (170,105,4). Sum of RGB (Red+Green+Blue) = 170+105+4=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6904 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6904 is #5596FB. Grayscale: #717171. Windows color (decimal): -5609212 or 289194. OLE color: 289194.

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

Color convert

RGB 170 105 4 -
CMYK 0 0.38 0.98 0.33
HSL 36.51º 0.95% 0.34% -
HSV(B) 36.51º 0.98% 0.67% -
XYZ 21.65 18.66 2.58 -
YUV 112.92 66.53 168.71 -
System Red Green Blue C M Y K H S L
Decimal 170 105 4 0 0.38 0.98 0.33 36.51 0.95 0.34
Hex AA 69 4 0 26 62 21 25 5F 22
Octal 252 151 4 0 46 142 41 45 137 42
Binary 10101010 1101001 100 0 100110 1100010 100001 100101 1011111 100010

Color Harmonies of #AA6904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6904

Black with #AA6904

Text Example


Text Example

White with #AA6904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6904; }

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

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

background-color css

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

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

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

border-color css

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

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

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