Html Css Color HEX #A08689 Venus

📋 copy color: '#A08689'

red 160 ◦ green 134 ◦ blue 137

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

Shades of Venus #A08689

Tints of Venus #A08689

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.09%

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

R = 37.12%
G = 31.09%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A08689 (or 0xA08689) is known color: Venus. HEX triplet: A0, 86 and 89. RGB value is (160,134,137). Sum of RGB (Red+Green+Blue) = 160+134+137=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 160 - color contains mainly: red. Hex color #A08689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08689 is #5F7976. Grayscale: #8E8E8E. Windows color (decimal): -6257015 or 9012896. OLE color: 9012896.

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

Color convert

RGB 160 134 137 -
CMYK 0 0.16 0.14 0.37
HSL 353.08º 0.12% 0.58% -
HSV(B) 353.08º 0.16% 0.63% -
XYZ 27.54 26.33 27.3 -
YUV 142.12 125.11 140.76 -
System Red Green Blue C M Y K H S L
Decimal 160 134 137 0 0.16 0.14 0.37 353.08 0.12 0.58
Hex A0 86 89 0 10 E 25 161 C 3A
Octal 240 206 211 0 20 16 45 541 14 72
Binary 10100000 10000110 10001001 0 10000 1110 100101 101100001 1100 111010

Color Harmonies of #A08689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08689

Black with #A08689

Text Example


Text Example

White with #A08689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08689; }

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

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

background-color css

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

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

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

border-color css

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

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

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