Html Css Color HEX #AA6301 Golden Brown

📋 copy color: '#AA6301'

red 170 ◦ green 99 ◦ blue 1

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

Shades of Golden Brown #AA6301

Tints of Golden Brown #AA6301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 62.96%
G = 36.67%
B = 0.37%

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

#AA6301 (or 0xAA6301) is known color: Golden Brown. HEX triplet: AA, 63 and 01. RGB value is (170,99,1). Sum of RGB (Red+Green+Blue) = 170+99+1=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6301 is #559CFE. Grayscale: #6D6D6D. Windows color (decimal): -5610751 or 91050. OLE color: 91050.

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

Color convert

RGB 170 99 1 -
CMYK 0 0.42 0.99 0.33
HSL 34.79º 0.99% 0.34% -
HSV(B) 34.79º 0.99% 0.67% -
XYZ 21.04 17.47 2.29 -
YUV 109.06 67.02 171.47 -
System Red Green Blue C M Y K H S L
Decimal 170 99 1 0 0.42 0.99 0.33 34.79 0.99 0.34
Hex AA 63 1 0 2A 63 21 23 63 22
Octal 252 143 1 0 52 143 41 43 143 42
Binary 10101010 1100011 1 0 101010 1100011 100001 100011 1100011 100010

Color Harmonies of #AA6301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6301

Black with #AA6301

Text Example


Text Example

White with #AA6301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6301; }

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

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

background-color css

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

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

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

border-color css

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

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

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