Html Css Color HEX #A5A127 Lucky

📋 copy color: '#A5A127'

red 165 ◦ green 161 ◦ blue 39

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

Shades of Lucky #A5A127

Tints of Lucky #A5A127

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.11%

 BLUE value IS 39 (15.63% from 255) = 10.68%

R = 45.21%
G = 44.11%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A5A127 (or 0xA5A127) is known color: Lucky. HEX triplet: A5, A1 and 27. RGB value is (165,161,39). Sum of RGB (Red+Green+Blue) = 165+161+39=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A127 is #5A5ED8. Grayscale: #949494. Windows color (decimal): -5922521 or 2597285. OLE color: 2597285.

HSL color Cylindrical-coordinate representation of color #A5A127: hue angle of 58.1º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A5A127 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 161 39 -
CMYK 0 0.02 0.76 0.35
HSL 58.1º 0.62% 0.4% -
HSV(B) 58.1º 0.76% 0.65% -
XYZ 28.63 33.64 6.9 -
YUV 148.29 66.33 139.92 -
System Red Green Blue C M Y K H S L
Decimal 165 161 39 0 0.02 0.76 0.35 58.1 0.62 0.4
Hex A5 A1 27 0 2 4C 23 3A 3E 28
Octal 245 241 47 0 2 114 43 72 76 50
Binary 10100101 10100001 100111 0 10 1001100 100011 111010 111110 101000

Color Harmonies of #A5A127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A127

Black with #A5A127

Text Example


Text Example

White with #A5A127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A127; }

 p { color: rgb(165,161,39); }

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

background-color css

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

 a { background-color: rgb(165,161,39); }

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

border-color css

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

 span { border-color: rgb(165,161,39); }

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