Html Css Color HEX #A5A30B Lucky

📋 copy color: '#A5A30B'

red 165 ◦ green 163 ◦ blue 11

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

Shades of Lucky #A5A30B

Tints of Lucky #A5A30B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.24%

R = 48.67%
G = 48.08%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5A30B (or 0xA5A30B) is known color: Lucky. HEX triplet: A5, A3 and 0B. RGB value is (165,163,11). Sum of RGB (Red+Green+Blue) = 165+163+11=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A30B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A30B is #5A5CF4. Grayscale: #929292. Windows color (decimal): -5922037 or 762789. OLE color: 762789.

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

Color convert

RGB 165 163 11 -
CMYK 0 0.01 0.93 0.35
HSL 59.22º 0.88% 0.35% -
HSV(B) 59.22º 0.93% 0.65% -
XYZ 28.67 34.22 5.41 -
YUV 146.27 51.66 141.36 -
System Red Green Blue C M Y K H S L
Decimal 165 163 11 0 0.01 0.93 0.35 59.22 0.88 0.35
Hex A5 A3 B 0 1 5D 23 3B 58 23
Octal 245 243 13 0 1 135 43 73 130 43
Binary 10100101 10100011 1011 0 1 1011101 100011 111011 1011000 100011

Color Harmonies of #A5A30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A30B

Black with #A5A30B

Text Example


Text Example

White with #A5A30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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