Html Css Color HEX #A5951E Lucky

📋 copy color: '#A5951E'

red 165 ◦ green 149 ◦ blue 30

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

Shades of Lucky #A5951E

Tints of Lucky #A5951E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.31%

 BLUE value IS 30 (12.11% from 255) = 8.72%

R = 47.97%
G = 43.31%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A5951E (or 0xA5951E) is known color: Lucky. HEX triplet: A5, 95 and 1E. RGB value is (165,149,30). Sum of RGB (Red+Green+Blue) = 165+149+30=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A5951E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5951E is #5A6AE1. Grayscale: #8C8C8C. Windows color (decimal): -5925602 or 2004389. OLE color: 2004389.

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

Color convert

RGB 165 149 30 -
CMYK 0 0.10 0.82 0.35
HSL 52.89º 0.69% 0.38% -
HSV(B) 52.89º 0.82% 0.65% -
XYZ 26.5 29.59 5.54 -
YUV 140.22 65.8 145.68 -
System Red Green Blue C M Y K H S L
Decimal 165 149 30 0 0.10 0.82 0.35 52.89 0.69 0.38
Hex A5 95 1E 0 A 52 23 35 45 26
Octal 245 225 36 0 12 122 43 65 105 46
Binary 10100101 10010101 11110 0 1010 1010010 100011 110101 1000101 100110

Color Harmonies of #A5951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5951E

Black with #A5951E

Text Example


Text Example

White with #A5951E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5951E; }

 p { color: rgb(165,149,30); }

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

background-color css

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

 a { background-color: rgb(165,149,30); }

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

border-color css

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

 span { border-color: rgb(165,149,30); }

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