Html Css Color HEX #A98D14 Lucky

📋 copy color: '#A98D14'

red 169 ◦ green 141 ◦ blue 20

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

Shades of Lucky #A98D14

Tints of Lucky #A98D14

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.73%

 BLUE value IS 20 (8.2% from 255) = 6.06%

R = 51.21%
G = 42.73%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A98D14 (or 0xA98D14) is known color: Lucky. HEX triplet: A9, 8D and 14. RGB value is (169,141,20). Sum of RGB (Red+Green+Blue) = 169+141+20=330 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.21% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98D14 is #5672EB. Grayscale: #888888. Windows color (decimal): -5665516 or 1346985. OLE color: 1346985.

HSL color Cylindrical-coordinate representation of color #A98D14: hue angle of 48.72º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A98D14 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 141 20 -
CMYK 0 0.17 0.88 0.34
HSL 48.72º 0.79% 0.37% -
HSV(B) 48.72º 0.88% 0.66% -
XYZ 26.01 27.54 4.61 -
YUV 135.58 62.78 151.84 -
System Red Green Blue C M Y K H S L
Decimal 169 141 20 0 0.17 0.88 0.34 48.72 0.79 0.37
Hex A9 8D 14 0 11 58 22 31 4F 25
Octal 251 215 24 0 21 130 42 61 117 45
Binary 10101001 10001101 10100 0 10001 1011000 100010 110001 1001111 100101

Color Harmonies of #A98D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98D14

Black with #A98D14

Text Example


Text Example

White with #A98D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98D14; }

 p { color: rgb(169,141,20); }

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

background-color css

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

 a { background-color: rgb(169,141,20); }

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

border-color css

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

 span { border-color: rgb(169,141,20); }

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