Html Css Color HEX #A7940F Lucky

📋 copy color: '#A7940F'

red 167 ◦ green 148 ◦ blue 15

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

Shades of Lucky #A7940F

Tints of Lucky #A7940F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.55%

R = 50.61%
G = 44.85%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A7940F (or 0xA7940F) is known color: Lucky. HEX triplet: A7, 94 and 0F. RGB value is (167,148,15). Sum of RGB (Red+Green+Blue) = 167+148+15=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A7940F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7940F is #586BF0. Grayscale: #8B8B8B. Windows color (decimal): -5794801 or 1021095. OLE color: 1021095.

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

Color convert

RGB 167 148 15 -
CMYK 0 0.11 0.91 0.35
HSL 52.5º 0.84% 0.36% -
HSV(B) 52.5º 0.91% 0.65% -
XYZ 26.61 29.43 4.73 -
YUV 138.52 58.29 148.31 -
System Red Green Blue C M Y K H S L
Decimal 167 148 15 0 0.11 0.91 0.35 52.5 0.84 0.36
Hex A7 94 F 0 B 5B 23 34 54 24
Octal 247 224 17 0 13 133 43 64 124 44
Binary 10100111 10010100 1111 0 1011 1011011 100011 110100 1010100 100100

Color Harmonies of #A7940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7940F

Black with #A7940F

Text Example


Text Example

White with #A7940F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7940F; }

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

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

background-color css

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

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

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

border-color css

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

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

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