Html Css Color HEX #A1848D Venus

📋 copy color: '#A1848D'

red 161 ◦ green 132 ◦ blue 141

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

Shades of Venus #A1848D

Tints of Venus #A1848D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.41%

 BLUE value IS 141 (55.47% from 255) = 32.49%

R = 37.1%
G = 30.41%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1848D (or 0xA1848D) is known color: Venus. HEX triplet: A1, 84 and 8D. RGB value is (161,132,141). Sum of RGB (Red+Green+Blue) = 161+132+141=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 161 - color contains mainly: red. Hex color #A1848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1848D is #5E7B72. Grayscale: #8D8D8D. Windows color (decimal): -6191987 or 9274529. OLE color: 9274529.

HSL color Cylindrical-coordinate representation of color #A1848D: hue angle of 341.38º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A1848D is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 132 141 -
CMYK 0 0.18 0.12 0.37
HSL 341.38º 0.13% 0.57% -
HSV(B) 341.38º 0.18% 0.63% -
XYZ 27.76 26 28.76 -
YUV 141.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 161 132 141 0 0.18 0.12 0.37 341.38 0.13 0.57
Hex A1 84 8D 0 12 C 25 155 D 39
Octal 241 204 215 0 22 14 45 525 15 71
Binary 10100001 10000100 10001101 0 10010 1100 100101 101010101 1101 111001

Color Harmonies of #A1848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1848D

Black with #A1848D

Text Example


Text Example

White with #A1848D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1848D; }

 p { color: rgb(161,132,141); }

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

background-color css

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

 a { background-color: rgb(161,132,141); }

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

border-color css

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

 span { border-color: rgb(161,132,141); }

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