Html Css Color HEX #A0962B Lucky

📋 copy color: '#A0962B'

red 160 ◦ green 150 ◦ blue 43

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

Shades of Lucky #A0962B

Tints of Lucky #A0962B

RGB

 RED value IS 160 (62.89% from 255) = 45.33%

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

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

R = 45.33%
G = 42.49%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0962B (or 0xA0962B) is known color: Lucky. HEX triplet: A0, 96 and 2B. RGB value is (160,150,43). Sum of RGB (Red+Green+Blue) = 160+150+43=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A0962B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0962B is #5F69D4. Grayscale: #8D8D8D. Windows color (decimal): -6253013 or 2856608. OLE color: 2856608.

HSL color Cylindrical-coordinate representation of color #A0962B: hue angle of 54.87º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0962B is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 150 43 -
CMYK 0 0.06 0.73 0.37
HSL 54.87º 0.58% 0.4% -
HSV(B) 54.87º 0.73% 0.63% -
XYZ 25.84 29.46 6.61 -
YUV 140.79 72.81 141.7 -
System Red Green Blue C M Y K H S L
Decimal 160 150 43 0 0.06 0.73 0.37 54.87 0.58 0.4
Hex A0 96 2B 0 6 49 25 37 3A 28
Octal 240 226 53 0 6 111 45 67 72 50
Binary 10100000 10010110 101011 0 110 1001001 100101 110111 111010 101000

Color Harmonies of #A0962B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0962B

Black with #A0962B

Text Example


Text Example

White with #A0962B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0962B; }

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

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

background-color css

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

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

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

border-color css

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

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

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