Html Css Color HEX #A7A528 Lucky

📋 copy color: '#A7A528'

red 167 ◦ green 165 ◦ blue 40

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

Shades of Lucky #A7A528

Tints of Lucky #A7A528

RGB

 RED value IS 167 (65.63% from 255) = 44.89%

 GREEN value IS 165 (64.84% from 255) = 44.35%

 BLUE value IS 40 (16.02% from 255) = 10.75%

R = 44.89%
G = 44.35%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A7A528 (or 0xA7A528) is known color: Lucky. HEX triplet: A7, A5 and 28. RGB value is (167,165,40). Sum of RGB (Red+Green+Blue) = 167+165+40=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 40 (16.02% from 255 or 10.75% from 372); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A528 is #585AD7. Grayscale: #979797. Windows color (decimal): -5790424 or 2663847. OLE color: 2663847.

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

Color convert

RGB 167 165 40 -
CMYK 0 0.01 0.76 0.35
HSL 59.06º 0.61% 0.41% -
HSV(B) 59.06º 0.76% 0.65% -
XYZ 29.77 35.28 7.25 -
YUV 151.35 65.16 139.16 -
System Red Green Blue C M Y K H S L
Decimal 167 165 40 0 0.01 0.76 0.35 59.06 0.61 0.41
Hex A7 A5 28 0 1 4C 23 3B 3D 29
Octal 247 245 50 0 1 114 43 73 75 51
Binary 10100111 10100101 101000 0 1 1001100 100011 111011 111101 101001

Color Harmonies of #A7A528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A528

Black with #A7A528

Text Example


Text Example

White with #A7A528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A528; }

 p { color: rgb(167,165,40); }

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

background-color css

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

 a { background-color: rgb(167,165,40); }

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

border-color css

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

 span { border-color: rgb(167,165,40); }

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