Html Css Color HEX #A18089 Venus

📋 copy color: '#A18089'

red 161 ◦ green 128 ◦ blue 137

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

Shades of Venus #A18089

Tints of Venus #A18089

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.05%

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

R = 37.79%
G = 30.05%
B = 32.16%

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

#A18089 (or 0xA18089) is known color: Venus. HEX triplet: A1, 80 and 89. RGB value is (161,128,137). Sum of RGB (Red+Green+Blue) = 161+128+137=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A18089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18089 is #5E7F76. Grayscale: #8A8A8A. Windows color (decimal): -6193015 or 9011361. OLE color: 9011361.

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

Color convert

RGB 161 128 137 -
CMYK 0 0.20 0.15 0.37
HSL 343.64º 0.15% 0.57% -
HSV(B) 343.64º 0.2% 0.63% -
XYZ 26.93 24.82 27.04 -
YUV 138.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 161 128 137 0 0.20 0.15 0.37 343.64 0.15 0.57
Hex A1 80 89 0 14 F 25 158 F 39
Octal 241 200 211 0 24 17 45 530 17 71
Binary 10100001 10000000 10001001 0 10100 1111 100101 101011000 1111 111001

Color Harmonies of #A18089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18089

Black with #A18089

Text Example


Text Example

White with #A18089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18089; }

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

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

background-color css

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

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

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

border-color css

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

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

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