Html Css Color HEX #A4911E Lucky

📋 copy color: '#A4911E'

red 164 ◦ green 145 ◦ blue 30

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

Shades of Lucky #A4911E

Tints of Lucky #A4911E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.85%

R = 48.38%
G = 42.77%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A4911E (or 0xA4911E) is known color: Lucky. HEX triplet: A4, 91 and 1E. RGB value is (164,145,30). Sum of RGB (Red+Green+Blue) = 164+145+30=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A4911E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4911E is #5B6EE1. Grayscale: #8A8A8A. Windows color (decimal): -5992162 or 2003364. OLE color: 2003364.

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

Color convert

RGB 164 145 30 -
CMYK 0 0.12 0.82 0.36
HSL 51.49º 0.69% 0.38% -
HSV(B) 51.49º 0.82% 0.64% -
XYZ 25.67 28.24 5.33 -
YUV 137.57 67.29 146.85 -
System Red Green Blue C M Y K H S L
Decimal 164 145 30 0 0.12 0.82 0.36 51.49 0.69 0.38
Hex A4 91 1E 0 C 52 24 33 45 26
Octal 244 221 36 0 14 122 44 63 105 46
Binary 10100100 10010001 11110 0 1100 1010010 100100 110011 1000101 100110

Color Harmonies of #A4911E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4911E

Black with #A4911E

Text Example


Text Example

White with #A4911E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4911E; }

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

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

background-color css

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

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

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

border-color css

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

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

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