Html Css Color HEX #A5A81F Lucky

📋 copy color: '#A5A81F'

red 165 ◦ green 168 ◦ blue 31

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

Shades of Lucky #A5A81F

Tints of Lucky #A5A81F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.15%

 BLUE value IS 31 (12.5% from 255) = 8.52%

R = 45.33%
G = 46.15%
B = 8.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A5A81F (or 0xA5A81F) is known color: Lucky. HEX triplet: A5, A8 and 1F. RGB value is (165,168,31). Sum of RGB (Red+Green+Blue) = 165+168+31=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 168 (66.02% from 255 or 46.15% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 168 - color contains mainly: green. Hex color #A5A81F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A81F is #5A57E0. Grayscale: #989898. Windows color (decimal): -5920737 or 2074789. OLE color: 2074789.

HSL color Cylindrical-coordinate representation of color #A5A81F: hue angle of 61.31º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A5A81F is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 165 168 31 -
CMYK 0.02 0 0.82 0.34
HSL 61.31º 0.69% 0.39% -
HSV(B) 61.31º 0.82% 0.66% -
XYZ 29.77 36.1 6.7 -
YUV 151.49 60.01 137.64 -
System Red Green Blue C M Y K H S L
Decimal 165 168 31 0.02 0 0.82 0.34 61.31 0.69 0.39
Hex A5 A8 1F 2 0 52 22 3D 45 27
Octal 245 250 37 2 0 122 42 75 105 47
Binary 10100101 10101000 11111 10 0 1010010 100010 111101 1000101 100111

Color Harmonies of #A5A81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A81F

Black with #A5A81F

Text Example


Text Example

White with #A5A81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A81F; }

 p { color: rgb(165,168,31); }

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

background-color css

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

 a { background-color: rgb(165,168,31); }

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

border-color css

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

 span { border-color: rgb(165,168,31); }

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