Html Css Color HEX #A4950E Lucky

📋 copy color: '#A4950E'

red 164 ◦ green 149 ◦ blue 14

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

Shades of Lucky #A4950E

Tints of Lucky #A4950E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.57%

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

R = 50.15%
G = 45.57%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4950E (or 0xA4950E) is known color: Lucky. HEX triplet: A4, 95 and 0E. RGB value is (164,149,14). Sum of RGB (Red+Green+Blue) = 164+149+14=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A4950E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4950E is #5B6AF1. Grayscale: #8A8A8A. Windows color (decimal): -5991154 or 955812. OLE color: 955812.

HSL color Cylindrical-coordinate representation of color #A4950E: hue angle of 54º 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 #A4950E is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 149 14 -
CMYK 0 0.09 0.91 0.36
HSL 54º 0.84% 0.35% -
HSV(B) 54º 0.91% 0.64% -
XYZ 26.14 29.42 4.72 -
YUV 138.1 57.97 146.48 -
System Red Green Blue C M Y K H S L
Decimal 164 149 14 0 0.09 0.91 0.36 54 0.84 0.35
Hex A4 95 E 0 9 5B 24 36 54 23
Octal 244 225 16 0 11 133 44 66 124 43
Binary 10100100 10010101 1110 0 1001 1011011 100100 110110 1010100 100011

Color Harmonies of #A4950E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4950E

Black with #A4950E

Text Example


Text Example

White with #A4950E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4950E; }

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

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

background-color css

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

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

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

border-color css

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

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

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