Html Css Color HEX #A5A30F Lucky

📋 copy color: '#A5A30F'

red 165 ◦ green 163 ◦ blue 15

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

Shades of Lucky #A5A30F

Tints of Lucky #A5A30F

RGB

 RED value IS 165 (64.84% from 255) = 48.1%

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

 BLUE value IS 15 (6.25% from 255) = 4.37%

R = 48.1%
G = 47.52%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A5A30F (or 0xA5A30F) is known color: Lucky. HEX triplet: A5, A3 and 0F. RGB value is (165,163,15). Sum of RGB (Red+Green+Blue) = 165+163+15=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A30F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A30F is #5A5CF0. Grayscale: #939393. Windows color (decimal): -5922033 or 1024933. OLE color: 1024933.

HSL color Cylindrical-coordinate representation of color #A5A30F: hue angle of 59.2º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A5A30F is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 163 15 -
CMYK 0 0.01 0.91 0.35
HSL 59.2º 0.83% 0.35% -
HSV(B) 59.2º 0.91% 0.65% -
XYZ 28.7 34.23 5.55 -
YUV 146.73 53.66 141.03 -
System Red Green Blue C M Y K H S L
Decimal 165 163 15 0 0.01 0.91 0.35 59.2 0.83 0.35
Hex A5 A3 F 0 1 5B 23 3B 53 23
Octal 245 243 17 0 1 133 43 73 123 43
Binary 10100101 10100011 1111 0 1 1011011 100011 111011 1010011 100011

Color Harmonies of #A5A30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A30F

Black with #A5A30F

Text Example


Text Example

White with #A5A30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A30F; }

 p { color: rgb(165,163,15); }

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

background-color css

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

 a { background-color: rgb(165,163,15); }

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

border-color css

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

 span { border-color: rgb(165,163,15); }

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