Html Css Color HEX #A5A825 Lucky

📋 copy color: '#A5A825'

red 165 ◦ green 168 ◦ blue 37

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

Shades of Lucky #A5A825

Tints of Lucky #A5A825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10%

R = 44.59%
G = 45.41%
B = 10%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A5A825 (or 0xA5A825) is known color: Lucky. HEX triplet: A5, A8 and 25. RGB value is (165,168,37). Sum of RGB (Red+Green+Blue) = 165+168+37=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 168 - color contains mainly: green. Hex color #A5A825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A825 is #5A57DA. Grayscale: #989898. Windows color (decimal): -5920731 or 2468005. OLE color: 2468005.

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

Color convert

RGB 165 168 37 -
CMYK 0.02 0 0.78 0.34
HSL 61.37º 0.64% 0.4% -
HSV(B) 61.37º 0.78% 0.66% -
XYZ 29.85 36.14 7.15 -
YUV 152.17 63.01 137.15 -
System Red Green Blue C M Y K H S L
Decimal 165 168 37 0.02 0 0.78 0.34 61.37 0.64 0.4
Hex A5 A8 25 2 0 4E 22 3D 40 28
Octal 245 250 45 2 0 116 42 75 100 50
Binary 10100101 10101000 100101 10 0 1001110 100010 111101 1000000 101000

Color Harmonies of #A5A825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A825

Black with #A5A825

Text Example


Text Example

White with #A5A825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A825; }

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

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

background-color css

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

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

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

border-color css

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

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

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