Html Css Color HEX #A18388 Venus

📋 copy color: '#A18388'

red 161 ◦ green 131 ◦ blue 136

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

Shades of Venus #A18388

Tints of Venus #A18388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.78%

R = 37.62%
G = 30.61%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A18388 (or 0xA18388) is known color: Venus. HEX triplet: A1, 83 and 88. RGB value is (161,131,136). Sum of RGB (Red+Green+Blue) = 161+131+136=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A18388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18388 is #5E7C77. Grayscale: #8C8C8C. Windows color (decimal): -6192248 or 8946593. OLE color: 8946593.

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

Color convert

RGB 161 131 136 -
CMYK 0 0.19 0.16 0.37
HSL 350º 0.14% 0.57% -
HSV(B) 350º 0.19% 0.63% -
XYZ 27.26 25.59 26.79 -
YUV 140.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 161 131 136 0 0.19 0.16 0.37 350 0.14 0.57
Hex A1 83 88 0 13 10 25 15E E 39
Octal 241 203 210 0 23 20 45 536 16 71
Binary 10100001 10000011 10001000 0 10011 10000 100101 101011110 1110 111001

Color Harmonies of #A18388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18388

Black with #A18388

Text Example


Text Example

White with #A18388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18388; }

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

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

background-color css

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

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

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

border-color css

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

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

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