Html Css Color HEX #AA6302 Golden Brown

📋 copy color: '#AA6302'

red 170 ◦ green 99 ◦ blue 2

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

Shades of Golden Brown #AA6302

Tints of Golden Brown #AA6302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 62.73%
G = 36.53%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA6302 (or 0xAA6302) is known color: Golden Brown. HEX triplet: AA, 63 and 02. RGB value is (170,99,2). Sum of RGB (Red+Green+Blue) = 170+99+2=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6302 is #559CFD. Grayscale: #6D6D6D. Windows color (decimal): -5610750 or 156586. OLE color: 156586.

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

Color convert

RGB 170 99 2 -
CMYK 0 0.42 0.99 0.33
HSL 34.64º 0.98% 0.34% -
HSV(B) 34.64º 0.99% 0.67% -
XYZ 21.05 17.47 2.32 -
YUV 109.17 67.52 171.39 -
System Red Green Blue C M Y K H S L
Decimal 170 99 2 0 0.42 0.99 0.33 34.64 0.98 0.34
Hex AA 63 2 0 2A 63 21 23 62 22
Octal 252 143 2 0 52 143 41 43 142 42
Binary 10101010 1100011 10 0 101010 1100011 100001 100011 1100010 100010

Color Harmonies of #AA6302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6302

Black with #AA6302

Text Example


Text Example

White with #AA6302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6302; }

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

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

background-color css

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

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

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

border-color css

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

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

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