Html Css Color HEX #A99010 Lucky

📋 copy color: '#A99010'

red 169 ◦ green 144 ◦ blue 16

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

Shades of Lucky #A99010

Tints of Lucky #A99010

RGB

 RED value IS 169 (66.41% from 255) = 51.37%

 GREEN value IS 144 (56.64% from 255) = 43.77%

 BLUE value IS 16 (6.64% from 255) = 4.86%

R = 51.37%
G = 43.77%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A99010 (or 0xA99010) is known color: Lucky. HEX triplet: A9, 90 and 10. RGB value is (169,144,16). Sum of RGB (Red+Green+Blue) = 169+144+16=329 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.37% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 169 - color contains mainly: red. Hex color #A99010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99010 is #566FEF. Grayscale: #898989. Windows color (decimal): -5664752 or 1085609. OLE color: 1085609.

HSL color Cylindrical-coordinate representation of color #A99010: hue angle of 50.2º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A99010 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 144 16 -
CMYK 0 0.15 0.91 0.34
HSL 50.2º 0.83% 0.36% -
HSV(B) 50.2º 0.91% 0.66% -
XYZ 26.43 28.42 4.58 -
YUV 136.88 59.78 150.91 -
System Red Green Blue C M Y K H S L
Decimal 169 144 16 0 0.15 0.91 0.34 50.2 0.83 0.36
Hex A9 90 10 0 F 5B 22 32 53 24
Octal 251 220 20 0 17 133 42 62 123 44
Binary 10101001 10010000 10000 0 1111 1011011 100010 110010 1010011 100100

Color Harmonies of #A99010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99010

Black with #A99010

Text Example


Text Example

White with #A99010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99010; }

 p { color: rgb(169,144,16); }

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

background-color css

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

 a { background-color: rgb(169,144,16); }

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

border-color css

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

 span { border-color: rgb(169,144,16); }

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