Html Css Color HEX #A4911A Lucky

📋 copy color: '#A4911A'

red 164 ◦ green 145 ◦ blue 26

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

Shades of Lucky #A4911A

Tints of Lucky #A4911A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.76%

R = 48.96%
G = 43.28%
B = 7.76%

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

#A4911A (or 0xA4911A) is known color: Lucky. HEX triplet: A4, 91 and 1A. RGB value is (164,145,26). Sum of RGB (Red+Green+Blue) = 164+145+26=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A4911A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4911A is #5B6EE5. Grayscale: #898989. Windows color (decimal): -5992166 or 1741220. OLE color: 1741220.

HSL color Cylindrical-coordinate representation of color #A4911A: hue angle of 51.74º degrees, saturation: 0.73, 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 #A4911A is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 145 26 -
CMYK 0 0.12 0.84 0.36
HSL 51.74º 0.73% 0.37% -
HSV(B) 51.74º 0.84% 0.64% -
XYZ 25.62 28.22 5.07 -
YUV 137.12 65.29 147.18 -
System Red Green Blue C M Y K H S L
Decimal 164 145 26 0 0.12 0.84 0.36 51.74 0.73 0.37
Hex A4 91 1A 0 C 54 24 34 49 25
Octal 244 221 32 0 14 124 44 64 111 45
Binary 10100100 10010001 11010 0 1100 1010100 100100 110100 1001001 100101

Color Harmonies of #A4911A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4911A

Black with #A4911A

Text Example


Text Example

White with #A4911A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4911A; }

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

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

background-color css

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

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

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

border-color css

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

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

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