Html Css Color HEX #A1848A Venus

📋 copy color: '#A1848A'

red 161 ◦ green 132 ◦ blue 138

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

Shades of Venus #A1848A

Tints of Venus #A1848A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.02%

R = 37.35%
G = 30.63%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1848A (or 0xA1848A) is known color: Venus. HEX triplet: A1, 84 and 8A. RGB value is (161,132,138). Sum of RGB (Red+Green+Blue) = 161+132+138=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 161 - color contains mainly: red. Hex color #A1848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1848A is #5E7B75. Grayscale: #8D8D8D. Windows color (decimal): -6191990 or 9077921. OLE color: 9077921.

HSL color Cylindrical-coordinate representation of color #A1848A: hue angle of 347.59º 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 #A1848A is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 132 138 -
CMYK 0 0.18 0.14 0.37
HSL 347.59º 0.13% 0.57% -
HSV(B) 347.59º 0.18% 0.63% -
XYZ 27.54 25.91 27.6 -
YUV 141.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 161 132 138 0 0.18 0.14 0.37 347.59 0.13 0.57
Hex A1 84 8A 0 12 E 25 15C D 39
Octal 241 204 212 0 22 16 45 534 15 71
Binary 10100001 10000100 10001010 0 10010 1110 100101 101011100 1101 111001

Color Harmonies of #A1848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1848A

Black with #A1848A

Text Example


Text Example

White with #A1848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1848A; }

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

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

background-color css

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

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

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

border-color css

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

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

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