Html Css Color HEX #A4911F Lucky

📋 copy color: '#A4911F'

red 164 ◦ green 145 ◦ blue 31

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

Shades of Lucky #A4911F

Tints of Lucky #A4911F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.65%

 BLUE value IS 31 (12.5% from 255) = 9.12%

R = 48.24%
G = 42.65%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A4911F (or 0xA4911F) is known color: Lucky. HEX triplet: A4, 91 and 1F. RGB value is (164,145,31). Sum of RGB (Red+Green+Blue) = 164+145+31=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A4911F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4911F is #5B6EE0. Grayscale: #8A8A8A. Windows color (decimal): -5992161 or 2068900. OLE color: 2068900.

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

Color convert

RGB 164 145 31 -
CMYK 0 0.12 0.81 0.36
HSL 51.43º 0.68% 0.38% -
HSV(B) 51.43º 0.81% 0.64% -
XYZ 25.68 28.24 5.39 -
YUV 137.69 67.79 146.77 -
System Red Green Blue C M Y K H S L
Decimal 164 145 31 0 0.12 0.81 0.36 51.43 0.68 0.38
Hex A4 91 1F 0 C 51 24 33 44 26
Octal 244 221 37 0 14 121 44 63 104 46
Binary 10100100 10010001 11111 0 1100 1010001 100100 110011 1000100 100110

Color Harmonies of #A4911F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4911F

Black with #A4911F

Text Example


Text Example

White with #A4911F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4911F; }

 p { color: rgb(164,145,31); }

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

background-color css

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

 a { background-color: rgb(164,145,31); }

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

border-color css

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

 span { border-color: rgb(164,145,31); }

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