Html Css Color HEX #A9940F Lucky

📋 copy color: '#A9940F'

red 169 ◦ green 148 ◦ blue 15

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

Shades of Lucky #A9940F

Tints of Lucky #A9940F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.58%

 BLUE value IS 15 (6.25% from 255) = 4.52%

R = 50.9%
G = 44.58%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A9940F (or 0xA9940F) is known color: Lucky. HEX triplet: A9, 94 and 0F. RGB value is (169,148,15). Sum of RGB (Red+Green+Blue) = 169+148+15=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A9940F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9940F is #566BF0. Grayscale: #8B8B8B. Windows color (decimal): -5663729 or 1021097. OLE color: 1021097.

HSL color Cylindrical-coordinate representation of color #A9940F: hue angle of 51.82º degrees, saturation: 0.84, 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 #A9940F is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 148 15 -
CMYK 0 0.12 0.91 0.34
HSL 51.82º 0.84% 0.36% -
HSV(B) 51.82º 0.91% 0.66% -
XYZ 27.04 29.65 4.75 -
YUV 139.12 57.96 149.31 -
System Red Green Blue C M Y K H S L
Decimal 169 148 15 0 0.12 0.91 0.34 51.82 0.84 0.36
Hex A9 94 F 0 C 5B 22 34 54 24
Octal 251 224 17 0 14 133 42 64 124 44
Binary 10101001 10010100 1111 0 1100 1011011 100010 110100 1010100 100100

Color Harmonies of #A9940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9940F

Black with #A9940F

Text Example


Text Example

White with #A9940F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9940F; }

 p { color: rgb(169,148,15); }

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

background-color css

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

 a { background-color: rgb(169,148,15); }

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

border-color css

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

 span { border-color: rgb(169,148,15); }

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