Html Css Color HEX #A08589 Venus

📋 copy color: '#A08589'

red 160 ◦ green 133 ◦ blue 137

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

Shades of Venus #A08589

Tints of Venus #A08589

RGB

 RED value IS 160 (62.89% from 255) = 37.21%

 GREEN value IS 133 (52.34% from 255) = 30.93%

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

R = 37.21%
G = 30.93%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A08589 (or 0xA08589) is known color: Venus. HEX triplet: A0, 85 and 89. RGB value is (160,133,137). Sum of RGB (Red+Green+Blue) = 160+133+137=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 160 - color contains mainly: red. Hex color #A08589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08589 is #5F7A76. Grayscale: #8D8D8D. Windows color (decimal): -6257271 or 9012640. OLE color: 9012640.

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

Color convert

RGB 160 133 137 -
CMYK 0 0.17 0.14 0.37
HSL 351.11º 0.12% 0.57% -
HSV(B) 351.11º 0.17% 0.63% -
XYZ 27.4 26.05 27.25 -
YUV 141.53 125.45 141.17 -
System Red Green Blue C M Y K H S L
Decimal 160 133 137 0 0.17 0.14 0.37 351.11 0.12 0.57
Hex A0 85 89 0 11 E 25 15F C 39
Octal 240 205 211 0 21 16 45 537 14 71
Binary 10100000 10000101 10001001 0 10001 1110 100101 101011111 1100 111001

Color Harmonies of #A08589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08589

Black with #A08589

Text Example


Text Example

White with #A08589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08589; }

 p { color: rgb(160,133,137); }

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

background-color css

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

 a { background-color: rgb(160,133,137); }

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

border-color css

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

 span { border-color: rgb(160,133,137); }

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