Html Css Color HEX #A1838B Venus

📋 copy color: '#A1838B'

red 161 ◦ green 131 ◦ blue 139

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

Shades of Venus #A1838B

Tints of Venus #A1838B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.39%

 BLUE value IS 139 (54.69% from 255) = 32.25%

R = 37.35%
G = 30.39%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1838B (or 0xA1838B) is known color: Venus. HEX triplet: A1, 83 and 8B. RGB value is (161,131,139). Sum of RGB (Red+Green+Blue) = 161+131+139=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 161 - color contains mainly: red. Hex color #A1838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1838B is #5E7C74. Grayscale: #8C8C8C. Windows color (decimal): -6192245 or 9143201. OLE color: 9143201.

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

Color convert

RGB 161 131 139 -
CMYK 0 0.19 0.14 0.37
HSL 344º 0.14% 0.57% -
HSV(B) 344º 0.19% 0.63% -
XYZ 27.47 25.67 27.93 -
YUV 140.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 161 131 139 0 0.19 0.14 0.37 344 0.14 0.57
Hex A1 83 8B 0 13 E 25 158 E 39
Octal 241 203 213 0 23 16 45 530 16 71
Binary 10100001 10000011 10001011 0 10011 1110 100101 101011000 1110 111001

Color Harmonies of #A1838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1838B

Black with #A1838B

Text Example


Text Example

White with #A1838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1838B; }

 p { color: rgb(161,131,139); }

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

background-color css

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

 a { background-color: rgb(161,131,139); }

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

border-color css

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

 span { border-color: rgb(161,131,139); }

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