Html Css Color HEX #A7A712 Lucky

📋 copy color: '#A7A712'

red 167 ◦ green 167 ◦ blue 18

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

Shades of Lucky #A7A712

Tints of Lucky #A7A712

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.44%

 BLUE value IS 18 (7.42% from 255) = 5.11%

R = 47.44%
G = 47.44%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A7A712 (or 0xA7A712) is known color: Lucky. HEX triplet: A7, A7 and 12. RGB value is (167,167,18). Sum of RGB (Red+Green+Blue) = 167+167+18=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 167 (65.62% from 255 or 47.44% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 167 - color contains mainly: red, green. Hex color #A7A712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7A712 is #5858ED. Grayscale: #969696. Windows color (decimal): -5789934 or 1222567. OLE color: 1222567.

HSL color Cylindrical-coordinate representation of color #A7A712: hue angle of 60º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A7A712 is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 167 18 -
CMYK 0 0 0.89 0.35
HSL 60º 0.81% 0.36% -
HSV(B) 60º 0.89% 0.65% -
XYZ 29.86 35.9 5.93 -
YUV 150.01 53.5 140.12 -
System Red Green Blue C M Y K H S L
Decimal 167 167 18 0 0 0.89 0.35 60 0.81 0.36
Hex A7 A7 12 0 0 59 23 3C 51 24
Octal 247 247 22 0 0 131 43 74 121 44
Binary 10100111 10100111 10010 0 0 1011001 100011 111100 1010001 100100

Color Harmonies of #A7A712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A712

Black with #A7A712

Text Example


Text Example

White with #A7A712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A712; }

 p { color: rgb(167,167,18); }

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

background-color css

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

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

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

border-color css

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

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

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