Html Css Color HEX #A18389 Venus

📋 copy color: '#A18389'

red 161 ◦ green 131 ◦ blue 137

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

Shades of Venus #A18389

Tints of Venus #A18389

RGB

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

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

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

R = 37.53%
G = 30.54%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A18389 (or 0xA18389) is known color: Venus. HEX triplet: A1, 83 and 89. RGB value is (161,131,137). Sum of RGB (Red+Green+Blue) = 161+131+137=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 161 - color contains mainly: red. Hex color #A18389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18389 is #5E7C76. Grayscale: #8C8C8C. Windows color (decimal): -6192247 or 9012129. OLE color: 9012129.

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

Color convert

RGB 161 131 137 -
CMYK 0 0.19 0.15 0.37
HSL 348º 0.14% 0.57% -
HSV(B) 348º 0.19% 0.63% -
XYZ 27.33 25.62 27.17 -
YUV 140.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 161 131 137 0 0.19 0.15 0.37 348 0.14 0.57
Hex A1 83 89 0 13 F 25 15C E 39
Octal 241 203 211 0 23 17 45 534 16 71
Binary 10100001 10000011 10001001 0 10011 1111 100101 101011100 1110 111001

Color Harmonies of #A18389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18389

Black with #A18389

Text Example


Text Example

White with #A18389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18389; }

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

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

background-color css

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

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

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

border-color css

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

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

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