Html Css Color HEX #A3A413 Lucky

📋 copy color: '#A3A413'

red 163 ◦ green 164 ◦ blue 19

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

Shades of Lucky #A3A413

Tints of Lucky #A3A413

RGB

 RED value IS 163 (64.06% from 255) = 47.11%

 GREEN value IS 164 (64.45% from 255) = 47.4%

 BLUE value IS 19 (7.81% from 255) = 5.49%

R = 47.11%
G = 47.4%
B = 5.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A3A413 (or 0xA3A413) is known color: Lucky. HEX triplet: A3, A4 and 13. RGB value is (163,164,19). Sum of RGB (Red+Green+Blue) = 163+164+19=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A413 is #5C5BEC. Grayscale: #939393. Windows color (decimal): -6052845 or 1287331. OLE color: 1287331.

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

Color convert

RGB 163 164 19 -
CMYK 0.01 0 0.88 0.36
HSL 60.41º 0.79% 0.36% -
HSV(B) 60.41º 0.88% 0.64% -
XYZ 28.5 34.38 5.75 -
YUV 147.17 55.67 139.29 -
System Red Green Blue C M Y K H S L
Decimal 163 164 19 0.01 0 0.88 0.36 60.41 0.79 0.36
Hex A3 A4 13 1 0 58 24 3C 4F 24
Octal 243 244 23 1 0 130 44 74 117 44
Binary 10100011 10100100 10011 1 0 1011000 100100 111100 1001111 100100

Color Harmonies of #A3A413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A413

Black with #A3A413

Text Example


Text Example

White with #A3A413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A413; }

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

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

background-color css

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

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

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

border-color css

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

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

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