Html Css Color HEX #A18289 Venus

📋 copy color: '#A18289'

red 161 ◦ green 130 ◦ blue 137

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

Shades of Venus #A18289

Tints of Venus #A18289

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.37%

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

R = 37.62%
G = 30.37%
B = 32.01%

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

#A18289 (or 0xA18289) is known color: Venus. HEX triplet: A1, 82 and 89. RGB value is (161,130,137). Sum of RGB (Red+Green+Blue) = 161+130+137=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A18289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18289 is #5E7D76. Grayscale: #8C8C8C. Windows color (decimal): -6192503 or 9011873. OLE color: 9011873.

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

Color convert

RGB 161 130 137 -
CMYK 0 0.19 0.15 0.37
HSL 346.45º 0.14% 0.57% -
HSV(B) 346.45º 0.19% 0.63% -
XYZ 27.2 25.35 27.13 -
YUV 140.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 161 130 137 0 0.19 0.15 0.37 346.45 0.14 0.57
Hex A1 82 89 0 13 F 25 15A E 39
Octal 241 202 211 0 23 17 45 532 16 71
Binary 10100001 10000010 10001001 0 10011 1111 100101 101011010 1110 111001

Color Harmonies of #A18289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18289

Black with #A18289

Text Example


Text Example

White with #A18289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18289; }

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

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

background-color css

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

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

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

border-color css

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

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

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