Html Css Color HEX #A4911B Lucky

📋 copy color: '#A4911B'

red 164 ◦ green 145 ◦ blue 27

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

Shades of Lucky #A4911B

Tints of Lucky #A4911B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.04%

R = 48.81%
G = 43.15%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4911B (or 0xA4911B) is known color: Lucky. HEX triplet: A4, 91 and 1B. RGB value is (164,145,27). Sum of RGB (Red+Green+Blue) = 164+145+27=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A4911B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4911B is #5B6EE4. Grayscale: #898989. Windows color (decimal): -5992165 or 1806756. OLE color: 1806756.

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

Color convert

RGB 164 145 27 -
CMYK 0 0.12 0.84 0.36
HSL 51.68º 0.72% 0.37% -
HSV(B) 51.68º 0.84% 0.64% -
XYZ 25.63 28.22 5.13 -
YUV 137.23 65.79 147.09 -
System Red Green Blue C M Y K H S L
Decimal 164 145 27 0 0.12 0.84 0.36 51.68 0.72 0.37
Hex A4 91 1B 0 C 54 24 34 48 25
Octal 244 221 33 0 14 124 44 64 110 45
Binary 10100100 10010001 11011 0 1100 1010100 100100 110100 1001000 100101

Color Harmonies of #A4911B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4911B

Black with #A4911B

Text Example


Text Example

White with #A4911B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4911B; }

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

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

background-color css

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

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

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

border-color css

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

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

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