Html Css Color HEX #A18189 Venus

📋 copy color: '#A18189'

red 161 ◦ green 129 ◦ blue 137

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

Shades of Venus #A18189

Tints of Venus #A18189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.21%

 BLUE value IS 137 (53.91% from 255) = 32.08%

R = 37.7%
G = 30.21%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A18189 (or 0xA18189) is known color: Venus. HEX triplet: A1, 81 and 89. RGB value is (161,129,137). Sum of RGB (Red+Green+Blue) = 161+129+137=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A18189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18189 is #5E7E76. Grayscale: #8B8B8B. Windows color (decimal): -6192759 or 9011617. OLE color: 9011617.

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

Color convert

RGB 161 129 137 -
CMYK 0 0.20 0.15 0.37
HSL 345º 0.15% 0.57% -
HSV(B) 345º 0.2% 0.63% -
XYZ 27.06 25.08 27.08 -
YUV 139.48 126.6 143.35 -
System Red Green Blue C M Y K H S L
Decimal 161 129 137 0 0.20 0.15 0.37 345 0.15 0.57
Hex A1 81 89 0 14 F 25 159 F 39
Octal 241 201 211 0 24 17 45 531 17 71
Binary 10100001 10000001 10001001 0 10100 1111 100101 101011001 1111 111001

Color Harmonies of #A18189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18189

Black with #A18189

Text Example


Text Example

White with #A18189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18189; }

 p { color: rgb(161,129,137); }

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

background-color css

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

 a { background-color: rgb(161,129,137); }

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

border-color css

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

 span { border-color: rgb(161,129,137); }

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