Html Css Color HEX #A5961A Lucky

📋 copy color: '#A5961A'

red 165 ◦ green 150 ◦ blue 26

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

Shades of Lucky #A5961A

Tints of Lucky #A5961A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.62%

R = 48.39%
G = 43.99%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5961A (or 0xA5961A) is known color: Lucky. HEX triplet: A5, 96 and 1A. RGB value is (165,150,26). Sum of RGB (Red+Green+Blue) = 165+150+26=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A5961A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5961A is #5A69E5. Grayscale: #8C8C8C. Windows color (decimal): -5925350 or 1742501. OLE color: 1742501.

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

Color convert

RGB 165 150 26 -
CMYK 0 0.09 0.84 0.35
HSL 53.53º 0.73% 0.37% -
HSV(B) 53.53º 0.84% 0.65% -
XYZ 26.61 29.89 5.34 -
YUV 140.35 63.47 145.58 -
System Red Green Blue C M Y K H S L
Decimal 165 150 26 0 0.09 0.84 0.35 53.53 0.73 0.37
Hex A5 96 1A 0 9 54 23 36 49 25
Octal 245 226 32 0 11 124 43 66 111 45
Binary 10100101 10010110 11010 0 1001 1010100 100011 110110 1001001 100101

Color Harmonies of #A5961A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5961A

Black with #A5961A

Text Example


Text Example

White with #A5961A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5961A; }

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

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

background-color css

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

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

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

border-color css

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

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

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