Html Css Color HEX #A1888E Venus

📋 copy color: '#A1888E'

red 161 ◦ green 136 ◦ blue 142

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

Shades of Venus #A1888E

Tints of Venus #A1888E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.98%

 BLUE value IS 142 (55.86% from 255) = 32.35%

R = 36.67%
G = 30.98%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1888E (or 0xA1888E) is known color: Venus. HEX triplet: A1, 88 and 8E. RGB value is (161,136,142). Sum of RGB (Red+Green+Blue) = 161+136+142=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 161 - color contains mainly: red. Hex color #A1888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1888E is #5E7771. Grayscale: #909090. Windows color (decimal): -6190962 or 9341089. OLE color: 9341089.

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

Color convert

RGB 161 136 142 -
CMYK 0 0.16 0.12 0.37
HSL 345.6º 0.12% 0.58% -
HSV(B) 345.6º 0.16% 0.63% -
XYZ 28.38 27.14 29.33 -
YUV 144.16 126.78 140.01 -
System Red Green Blue C M Y K H S L
Decimal 161 136 142 0 0.16 0.12 0.37 345.6 0.12 0.58
Hex A1 88 8E 0 10 C 25 15A C 3A
Octal 241 210 216 0 20 14 45 532 14 72
Binary 10100001 10001000 10001110 0 10000 1100 100101 101011010 1100 111010

Color Harmonies of #A1888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1888E

Black with #A1888E

Text Example


Text Example

White with #A1888E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1888E; }

 p { color: rgb(161,136,142); }

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

background-color css

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

 a { background-color: rgb(161,136,142); }

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

border-color css

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

 span { border-color: rgb(161,136,142); }

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