Html Css Color HEX #A5960B Lucky

📋 copy color: '#A5960B'

red 165 ◦ green 150 ◦ blue 11

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

Shades of Lucky #A5960B

Tints of Lucky #A5960B

RGB

 RED value IS 165 (64.84% from 255) = 50.61%

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

 BLUE value IS 11 (4.69% from 255) = 3.37%

R = 50.61%
G = 46.01%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5960B (or 0xA5960B) is known color: Lucky. HEX triplet: A5, 96 and 0B. RGB value is (165,150,11). Sum of RGB (Red+Green+Blue) = 165+150+11=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A5960B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5960B is #5A69F4. Grayscale: #8B8B8B. Windows color (decimal): -5925365 or 759461. OLE color: 759461.

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

Color convert

RGB 165 150 11 -
CMYK 0 0.09 0.93 0.35
HSL 54.16º 0.88% 0.35% -
HSV(B) 54.16º 0.93% 0.65% -
XYZ 26.48 29.84 4.68 -
YUV 138.64 55.97 146.8 -
System Red Green Blue C M Y K H S L
Decimal 165 150 11 0 0.09 0.93 0.35 54.16 0.88 0.35
Hex A5 96 B 0 9 5D 23 36 58 23
Octal 245 226 13 0 11 135 43 66 130 43
Binary 10100101 10010110 1011 0 1001 1011101 100011 110110 1011000 100011

Color Harmonies of #A5960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5960B

Black with #A5960B

Text Example


Text Example

White with #A5960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5960B; }

 p { color: rgb(165,150,11); }

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

background-color css

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

 a { background-color: rgb(165,150,11); }

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

border-color css

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

 span { border-color: rgb(165,150,11); }

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