Html Css Color HEX #AA6305 Golden Brown

📋 copy color: '#AA6305'

red 170 ◦ green 99 ◦ blue 5

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

Shades of Golden Brown #AA6305

Tints of Golden Brown #AA6305

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.13%

 BLUE value IS 5 (2.34% from 255) = 1.82%

R = 62.04%
G = 36.13%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA6305 (or 0xAA6305) is known color: Golden Brown. HEX triplet: AA, 63 and 05. RGB value is (170,99,5). Sum of RGB (Red+Green+Blue) = 170+99+5=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6305 is #559CFA. Grayscale: #6D6D6D. Windows color (decimal): -5610747 or 353194. OLE color: 353194.

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

Color convert

RGB 170 99 5 -
CMYK 0 0.42 0.97 0.33
HSL 34.18º 0.94% 0.34% -
HSV(B) 34.18º 0.97% 0.67% -
XYZ 21.07 17.48 2.41 -
YUV 109.51 69.02 171.14 -
System Red Green Blue C M Y K H S L
Decimal 170 99 5 0 0.42 0.97 0.33 34.18 0.94 0.34
Hex AA 63 5 0 2A 61 21 22 5E 22
Octal 252 143 5 0 52 141 41 42 136 42
Binary 10101010 1100011 101 0 101010 1100001 100001 100010 1011110 100010

Color Harmonies of #AA6305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6305

Black with #AA6305

Text Example


Text Example

White with #AA6305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6305; }

 p { color: rgb(170,99,5); }

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

background-color css

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

 a { background-color: rgb(170,99,5); }

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

border-color css

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

 span { border-color: rgb(170,99,5); }

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