Html Css Color HEX #A1961D Lucky

📋 copy color: '#A1961D'

red 161 ◦ green 150 ◦ blue 29

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

Shades of Lucky #A1961D

Tints of Lucky #A1961D

RGB

 RED value IS 161 (63.28% from 255) = 47.35%

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

 BLUE value IS 29 (11.72% from 255) = 8.53%

R = 47.35%
G = 44.12%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A1961D (or 0xA1961D) is known color: Lucky. HEX triplet: A1, 96 and 1D. RGB value is (161,150,29). Sum of RGB (Red+Green+Blue) = 161+150+29=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A1961D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1961D is #5E69E2. Grayscale: #8B8B8B. Windows color (decimal): -6187491 or 1939105. OLE color: 1939105.

HSL color Cylindrical-coordinate representation of color #A1961D: hue angle of 55º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1961D is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 150 29 -
CMYK 0 0.07 0.82 0.37
HSL 55º 0.69% 0.37% -
HSV(B) 55º 0.82% 0.63% -
XYZ 25.83 29.48 5.49 -
YUV 139.5 65.64 143.34 -
System Red Green Blue C M Y K H S L
Decimal 161 150 29 0 0.07 0.82 0.37 55 0.69 0.37
Hex A1 96 1D 0 7 52 25 37 45 25
Octal 241 226 35 0 7 122 45 67 105 45
Binary 10100001 10010110 11101 0 111 1010010 100101 110111 1000101 100101

Color Harmonies of #A1961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1961D

Black with #A1961D

Text Example


Text Example

White with #A1961D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1961D; }

 p { color: rgb(161,150,29); }

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

background-color css

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

 a { background-color: rgb(161,150,29); }

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

border-color css

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

 span { border-color: rgb(161,150,29); }

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