Html Css Color HEX #A7962B Lucky

📋 copy color: '#A7962B'

red 167 ◦ green 150 ◦ blue 43

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

Shades of Lucky #A7962B

Tints of Lucky #A7962B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.67%

 BLUE value IS 43 (17.19% from 255) = 11.94%

R = 46.39%
G = 41.67%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A7962B (or 0xA7962B) is known color: Lucky. HEX triplet: A7, 96 and 2B. RGB value is (167,150,43). Sum of RGB (Red+Green+Blue) = 167+150+43=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 167 - color contains mainly: red. Hex color #A7962B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7962B is #5869D4. Grayscale: #8F8F8F. Windows color (decimal): -5794261 or 2856615. OLE color: 2856615.

HSL color Cylindrical-coordinate representation of color #A7962B: hue angle of 51.77º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A7962B is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 150 43 -
CMYK 0 0.10 0.74 0.35
HSL 51.77º 0.59% 0.41% -
HSV(B) 51.77º 0.74% 0.65% -
XYZ 27.28 30.2 6.68 -
YUV 142.89 71.63 145.2 -
System Red Green Blue C M Y K H S L
Decimal 167 150 43 0 0.10 0.74 0.35 51.77 0.59 0.41
Hex A7 96 2B 0 A 4A 23 34 3B 29
Octal 247 226 53 0 12 112 43 64 73 51
Binary 10100111 10010110 101011 0 1010 1001010 100011 110100 111011 101001

Color Harmonies of #A7962B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7962B

Black with #A7962B

Text Example


Text Example

White with #A7962B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7962B; }

 p { color: rgb(167,150,43); }

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

background-color css

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

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

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

border-color css

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

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

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