Html Css Color HEX #A4A123 Lucky

📋 copy color: '#A4A123'

red 164 ◦ green 161 ◦ blue 35

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

Shades of Lucky #A4A123

Tints of Lucky #A4A123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.72%

R = 45.56%
G = 44.72%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A4A123 (or 0xA4A123) is known color: Lucky. HEX triplet: A4, A1 and 23. RGB value is (164,161,35). Sum of RGB (Red+Green+Blue) = 164+161+35=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 35 (14.06% from 255 or 9.72% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A123 is #5B5EDC. Grayscale: #949494. Windows color (decimal): -5988061 or 2335140. OLE color: 2335140.

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

Color convert

RGB 164 161 35 -
CMYK 0 0.02 0.79 0.36
HSL 58.6º 0.65% 0.39% -
HSV(B) 58.6º 0.79% 0.64% -
XYZ 28.36 33.5 6.56 -
YUV 147.53 64.49 139.75 -
System Red Green Blue C M Y K H S L
Decimal 164 161 35 0 0.02 0.79 0.36 58.6 0.65 0.39
Hex A4 A1 23 0 2 4F 24 3B 41 27
Octal 244 241 43 0 2 117 44 73 101 47
Binary 10100100 10100001 100011 0 10 1001111 100100 111011 1000001 100111

Color Harmonies of #A4A123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A123

Black with #A4A123

Text Example


Text Example

White with #A4A123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A123; }

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

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

background-color css

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

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

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

border-color css

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

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

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