Html Css Color HEX #A4900E Lucky

📋 copy color: '#A4900E'

red 164 ◦ green 144 ◦ blue 14

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

Shades of Lucky #A4900E

Tints of Lucky #A4900E

RGB

 RED value IS 164 (64.45% from 255) = 50.93%

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

 BLUE value IS 14 (5.86% from 255) = 4.35%

R = 50.93%
G = 44.72%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4900E (or 0xA4900E) is known color: Lucky. HEX triplet: A4, 90 and 0E. RGB value is (164,144,14). Sum of RGB (Red+Green+Blue) = 164+144+14=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A4900E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4900E is #5B6FF1. Grayscale: #878787. Windows color (decimal): -5992434 or 954532. OLE color: 954532.

HSL color Cylindrical-coordinate representation of color #A4900E: hue angle of 52º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A4900E is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 144 14 -
CMYK 0 0.12 0.91 0.36
HSL 52º 0.84% 0.35% -
HSV(B) 52º 0.91% 0.64% -
XYZ 25.36 27.87 4.46 -
YUV 135.16 59.63 148.57 -
System Red Green Blue C M Y K H S L
Decimal 164 144 14 0 0.12 0.91 0.36 52 0.84 0.35
Hex A4 90 E 0 C 5B 24 34 54 23
Octal 244 220 16 0 14 133 44 64 124 43
Binary 10100100 10010000 1110 0 1100 1011011 100100 110100 1010100 100011

Color Harmonies of #A4900E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4900E

Black with #A4900E

Text Example


Text Example

White with #A4900E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4900E; }

 p { color: rgb(164,144,14); }

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

background-color css

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

 a { background-color: rgb(164,144,14); }

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

border-color css

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

 span { border-color: rgb(164,144,14); }

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