Html Css Color HEX #A7940A Lucky

📋 copy color: '#A7940A'

red 167 ◦ green 148 ◦ blue 10

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

Shades of Lucky #A7940A

Tints of Lucky #A7940A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.54%

 BLUE value IS 10 (4.3% from 255) = 3.08%

R = 51.38%
G = 45.54%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A7940A (or 0xA7940A) is known color: Lucky. HEX triplet: A7, 94 and 0A. RGB value is (167,148,10). Sum of RGB (Red+Green+Blue) = 167+148+10=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A7940A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7940A is #586BF5. Grayscale: #8A8A8A. Windows color (decimal): -5794806 or 693415. OLE color: 693415.

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

Color convert

RGB 167 148 10 -
CMYK 0 0.11 0.94 0.35
HSL 52.74º 0.89% 0.35% -
HSV(B) 52.74º 0.94% 0.65% -
XYZ 26.58 29.42 4.56 -
YUV 137.95 55.79 148.72 -
System Red Green Blue C M Y K H S L
Decimal 167 148 10 0 0.11 0.94 0.35 52.74 0.89 0.35
Hex A7 94 A 0 B 5E 23 35 59 23
Octal 247 224 12 0 13 136 43 65 131 43
Binary 10100111 10010100 1010 0 1011 1011110 100011 110101 1011001 100011

Color Harmonies of #A7940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7940A

Black with #A7940A

Text Example


Text Example

White with #A7940A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7940A; }

 p { color: rgb(167,148,10); }

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

background-color css

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

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

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

border-color css

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

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

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