Html Css Color HEX #A4A12D Lucky

📋 copy color: '#A4A12D'

red 164 ◦ green 161 ◦ blue 45

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

Shades of Lucky #A4A12D

Tints of Lucky #A4A12D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.51%

 BLUE value IS 45 (17.97% from 255) = 12.16%

R = 44.32%
G = 43.51%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4A12D (or 0xA4A12D) is known color: Lucky. HEX triplet: A4, A1 and 2D. RGB value is (164,161,45). Sum of RGB (Red+Green+Blue) = 164+161+45=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A12D is #5B5ED2. Grayscale: #959595. Windows color (decimal): -5988051 or 2990500. OLE color: 2990500.

HSL color Cylindrical-coordinate representation of color #A4A12D: hue angle of 58.49º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4A12D is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 161 45 -
CMYK 0 0.02 0.73 0.36
HSL 58.49º 0.57% 0.41% -
HSV(B) 58.49º 0.73% 0.64% -
XYZ 28.53 33.57 7.46 -
YUV 148.67 69.49 138.93 -
System Red Green Blue C M Y K H S L
Decimal 164 161 45 0 0.02 0.73 0.36 58.49 0.57 0.41
Hex A4 A1 2D 0 2 49 24 3A 39 29
Octal 244 241 55 0 2 111 44 72 71 51
Binary 10100100 10100001 101101 0 10 1001001 100100 111010 111001 101001

Color Harmonies of #A4A12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A12D

Black with #A4A12D

Text Example


Text Example

White with #A4A12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A12D; }

 p { color: rgb(164,161,45); }

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

background-color css

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

 a { background-color: rgb(164,161,45); }

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

border-color css

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

 span { border-color: rgb(164,161,45); }

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