Html Css Color HEX #AA9F07 Lucky

📋 copy color: '#AA9F07'

red 170 ◦ green 159 ◦ blue 7

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

Shades of Lucky #AA9F07

Tints of Lucky #AA9F07

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.32%

 BLUE value IS 7 (3.13% from 255) = 2.08%

R = 50.6%
G = 47.32%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA9F07 (or 0xAA9F07) is known color: Lucky. HEX triplet: AA, 9F and 07. RGB value is (170,159,7). Sum of RGB (Red+Green+Blue) = 170+159+7=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 7 (3.12% from 255 or 2.08% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9F07 is #5560F8. Grayscale: #919191. Windows color (decimal): -5595385 or 499626. OLE color: 499626.

HSL color Cylindrical-coordinate representation of color #AA9F07: hue angle of 55.95º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA9F07 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 159 7 -
CMYK 0 0.06 0.96 0.33
HSL 55.95º 0.92% 0.35% -
HSV(B) 55.95º 0.96% 0.67% -
XYZ 29.01 33.36 5.11 -
YUV 144.96 50.14 145.86 -
System Red Green Blue C M Y K H S L
Decimal 170 159 7 0 0.06 0.96 0.33 55.95 0.92 0.35
Hex AA 9F 7 0 6 60 21 38 5C 23
Octal 252 237 7 0 6 140 41 70 134 43
Binary 10101010 10011111 111 0 110 1100000 100001 111000 1011100 100011

Color Harmonies of #AA9F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F07

Black with #AA9F07

Text Example


Text Example

White with #AA9F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F07; }

 p { color: rgb(170,159,7); }

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

background-color css

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

 a { background-color: rgb(170,159,7); }

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

border-color css

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

 span { border-color: rgb(170,159,7); }

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