Html Css Color HEX #A4A320 Lucky

📋 copy color: '#A4A320'

red 164 ◦ green 163 ◦ blue 32

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

Shades of Lucky #A4A320

Tints of Lucky #A4A320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.4%

 BLUE value IS 32 (12.89% from 255) = 8.91%

R = 45.68%
G = 45.4%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A4A320 (or 0xA4A320) is known color: Lucky. HEX triplet: A4, A3 and 20. RGB value is (164,163,32). Sum of RGB (Red+Green+Blue) = 164+163+32=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A320 is #5B5CDF. Grayscale: #949494. Windows color (decimal): -5987552 or 2139044. OLE color: 2139044.

HSL color Cylindrical-coordinate representation of color #A4A320: hue angle of 59.55º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A4A320 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 163 32 -
CMYK 0 0.01 0.80 0.36
HSL 59.55º 0.67% 0.38% -
HSV(B) 59.55º 0.8% 0.64% -
XYZ 28.67 34.19 6.46 -
YUV 148.37 62.33 139.15 -
System Red Green Blue C M Y K H S L
Decimal 164 163 32 0 0.01 0.80 0.36 59.55 0.67 0.38
Hex A4 A3 20 0 1 50 24 3C 43 26
Octal 244 243 40 0 1 120 44 74 103 46
Binary 10100100 10100011 100000 0 1 1010000 100100 111100 1000011 100110

Color Harmonies of #A4A320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A320

Black with #A4A320

Text Example


Text Example

White with #A4A320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A320; }

 p { color: rgb(164,163,32); }

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

background-color css

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

 a { background-color: rgb(164,163,32); }

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

border-color css

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

 span { border-color: rgb(164,163,32); }

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