Html Css Color HEX #A4A127 Lucky

📋 copy color: '#A4A127'

red 164 ◦ green 161 ◦ blue 39

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

Shades of Lucky #A4A127

Tints of Lucky #A4A127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.71%

R = 45.05%
G = 44.23%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A4A127 (or 0xA4A127) is known color: Lucky. HEX triplet: A4, A1 and 27. RGB value is (164,161,39). Sum of RGB (Red+Green+Blue) = 164+161+39=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A127 is #5B5ED8. Grayscale: #949494. Windows color (decimal): -5988057 or 2597284. OLE color: 2597284.

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

Color convert

RGB 164 161 39 -
CMYK 0 0.02 0.76 0.36
HSL 58.56º 0.62% 0.4% -
HSV(B) 58.56º 0.76% 0.64% -
XYZ 28.42 33.53 6.89 -
YUV 147.99 66.49 139.42 -
System Red Green Blue C M Y K H S L
Decimal 164 161 39 0 0.02 0.76 0.36 58.56 0.62 0.4
Hex A4 A1 27 0 2 4C 24 3B 3E 28
Octal 244 241 47 0 2 114 44 73 76 50
Binary 10100100 10100001 100111 0 10 1001100 100100 111011 111110 101000

Color Harmonies of #A4A127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A127

Black with #A4A127

Text Example


Text Example

White with #A4A127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A127; }

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

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

background-color css

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

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

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

border-color css

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

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

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