Html Css Color HEX #AA6203 Golden Brown

📋 copy color: '#AA6203'

red 170 ◦ green 98 ◦ blue 3

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

Shades of Golden Brown #AA6203

Tints of Golden Brown #AA6203

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.16%

 BLUE value IS 3 (1.56% from 255) = 1.11%

R = 62.73%
G = 36.16%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA6203 (or 0xAA6203) is known color: Golden Brown. HEX triplet: AA, 62 and 03. RGB value is (170,98,3). Sum of RGB (Red+Green+Blue) = 170+98+3=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6203 is #559DFC. Grayscale: #6D6D6D. Windows color (decimal): -5611005 or 221866. OLE color: 221866.

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

Color convert

RGB 170 98 3 -
CMYK 0 0.42 0.98 0.33
HSL 34.13º 0.97% 0.34% -
HSV(B) 34.13º 0.98% 0.67% -
XYZ 20.96 17.29 2.32 -
YUV 108.7 68.35 171.72 -
System Red Green Blue C M Y K H S L
Decimal 170 98 3 0 0.42 0.98 0.33 34.13 0.97 0.34
Hex AA 62 3 0 2A 62 21 22 61 22
Octal 252 142 3 0 52 142 41 42 141 42
Binary 10101010 1100010 11 0 101010 1100010 100001 100010 1100001 100010

Color Harmonies of #AA6203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6203

Black with #AA6203

Text Example


Text Example

White with #AA6203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6203; }

 p { color: rgb(170,98,3); }

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

background-color css

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

 a { background-color: rgb(170,98,3); }

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

border-color css

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

 span { border-color: rgb(170,98,3); }

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