Html Css Color HEX #A7A525 Lucky

📋 copy color: '#A7A525'

red 167 ◦ green 165 ◦ blue 37

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

Shades of Lucky #A7A525

Tints of Lucky #A7A525

RGB

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

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

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

R = 45.26%
G = 44.72%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A7A525 (or 0xA7A525) is known color: Lucky. HEX triplet: A7, A5 and 25. RGB value is (167,165,37). Sum of RGB (Red+Green+Blue) = 167+165+37=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A525 is #585ADA. Grayscale: #979797. Windows color (decimal): -5790427 or 2467239. OLE color: 2467239.

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

Color convert

RGB 167 165 37 -
CMYK 0 0.01 0.78 0.35
HSL 59.08º 0.64% 0.4% -
HSV(B) 59.08º 0.78% 0.65% -
XYZ 29.73 35.26 6.99 -
YUV 151.01 63.66 139.41 -
System Red Green Blue C M Y K H S L
Decimal 167 165 37 0 0.01 0.78 0.35 59.08 0.64 0.4
Hex A7 A5 25 0 1 4E 23 3B 40 28
Octal 247 245 45 0 1 116 43 73 100 50
Binary 10100111 10100101 100101 0 1 1001110 100011 111011 1000000 101000

Color Harmonies of #A7A525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A525

Black with #A7A525

Text Example


Text Example

White with #A7A525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A525; }

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

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

background-color css

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

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

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

border-color css

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

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

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