Html Css Color HEX #A99D25 Lucky

📋 copy color: '#A99D25'

red 169 ◦ green 157 ◦ blue 37

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

Shades of Lucky #A99D25

Tints of Lucky #A99D25

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.25%

 BLUE value IS 37 (14.84% from 255) = 10.19%

R = 46.56%
G = 43.25%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A99D25 (or 0xA99D25) is known color: Lucky. HEX triplet: A9, 9D and 25. RGB value is (169,157,37). Sum of RGB (Red+Green+Blue) = 169+157+37=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99D25 is #5662DA. Grayscale: #939393. Windows color (decimal): -5661403 or 2465193. OLE color: 2465193.

HSL color Cylindrical-coordinate representation of color #A99D25: hue angle of 54.55º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A99D25 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 157 37 -
CMYK 0 0.07 0.78 0.34
HSL 54.55º 0.64% 0.4% -
HSV(B) 54.55º 0.78% 0.66% -
XYZ 28.75 32.68 6.54 -
YUV 146.91 65.98 143.76 -
System Red Green Blue C M Y K H S L
Decimal 169 157 37 0 0.07 0.78 0.34 54.55 0.64 0.4
Hex A9 9D 25 0 7 4E 22 37 40 28
Octal 251 235 45 0 7 116 42 67 100 50
Binary 10101001 10011101 100101 0 111 1001110 100010 110111 1000000 101000

Color Harmonies of #A99D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99D25

Black with #A99D25

Text Example


Text Example

White with #A99D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99D25; }

 p { color: rgb(169,157,37); }

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

background-color css

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

 a { background-color: rgb(169,157,37); }

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

border-color css

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

 span { border-color: rgb(169,157,37); }

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