Html Css Color HEX #AA9702 Lucky

📋 copy color: '#AA9702'

red 170 ◦ green 151 ◦ blue 2

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

Shades of Lucky #AA9702

Tints of Lucky #AA9702

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.75%

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

R = 52.63%
G = 46.75%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA9702 (or 0xAA9702) is known color: Lucky. HEX triplet: AA, 97 and 02. RGB value is (170,151,2). Sum of RGB (Red+Green+Blue) = 170+151+2=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 151 (59.38% from 255 or 46.75% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9702 is #5568FD. Grayscale: #8C8C8C. Windows color (decimal): -5597438 or 169898. OLE color: 169898.

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

Color convert

RGB 170 151 2 -
CMYK 0 0.11 0.99 0.33
HSL 53.21º 0.98% 0.34% -
HSV(B) 53.21º 0.99% 0.67% -
XYZ 27.66 30.68 4.52 -
YUV 139.7 50.29 149.62 -
System Red Green Blue C M Y K H S L
Decimal 170 151 2 0 0.11 0.99 0.33 53.21 0.98 0.34
Hex AA 97 2 0 B 63 21 35 62 22
Octal 252 227 2 0 13 143 41 65 142 42
Binary 10101010 10010111 10 0 1011 1100011 100001 110101 1100010 100010

Color Harmonies of #AA9702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9702

Black with #AA9702

Text Example


Text Example

White with #AA9702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9702; }

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

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

background-color css

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

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

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

border-color css

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

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

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