Html Css Color HEX #A7982D Lucky

📋 copy color: '#A7982D'

red 167 ◦ green 152 ◦ blue 45

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

Shades of Lucky #A7982D

Tints of Lucky #A7982D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.76%

 BLUE value IS 45 (17.97% from 255) = 12.36%

R = 45.88%
G = 41.76%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A7982D (or 0xA7982D) is known color: Lucky. HEX triplet: A7, 98 and 2D. RGB value is (167,152,45). Sum of RGB (Red+Green+Blue) = 167+152+45=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 167 - color contains mainly: red. Hex color #A7982D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7982D is #5867D2. Grayscale: #909090. Windows color (decimal): -5793747 or 2988199. OLE color: 2988199.

HSL color Cylindrical-coordinate representation of color #A7982D: hue angle of 52.62º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A7982D is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 152 45 -
CMYK 0 0.09 0.73 0.35
HSL 52.62º 0.58% 0.42% -
HSV(B) 52.62º 0.73% 0.65% -
XYZ 27.64 30.86 6.98 -
YUV 144.29 71.97 144.2 -
System Red Green Blue C M Y K H S L
Decimal 167 152 45 0 0.09 0.73 0.35 52.62 0.58 0.42
Hex A7 98 2D 0 9 49 23 35 3A 2A
Octal 247 230 55 0 11 111 43 65 72 52
Binary 10100111 10011000 101101 0 1001 1001001 100011 110101 111010 101010

Color Harmonies of #A7982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7982D

Black with #A7982D

Text Example


Text Example

White with #A7982D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7982D; }

 p { color: rgb(167,152,45); }

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

background-color css

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

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

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

border-color css

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

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

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