Html Css Color HEX #A08087 Venus

📋 copy color: '#A08087'

red 160 ◦ green 128 ◦ blue 135

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

Shades of Venus #A08087

Tints of Venus #A08087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.91%

R = 37.83%
G = 30.26%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A08087 (or 0xA08087) is known color: Venus. HEX triplet: A0, 80 and 87. RGB value is (160,128,135). Sum of RGB (Red+Green+Blue) = 160+128+135=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 160 - color contains mainly: red. Hex color #A08087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08087 is #5F7F78. Grayscale: #8A8A8A. Windows color (decimal): -6258553 or 8880288. OLE color: 8880288.

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

Color convert

RGB 160 128 135 -
CMYK 0 0.20 0.16 0.37
HSL 346.88º 0.14% 0.56% -
HSV(B) 346.88º 0.2% 0.63% -
XYZ 26.59 24.66 26.28 -
YUV 138.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 160 128 135 0 0.20 0.16 0.37 346.88 0.14 0.56
Hex A0 80 87 0 14 10 25 15B E 38
Octal 240 200 207 0 24 20 45 533 16 70
Binary 10100000 10000000 10000111 0 10100 10000 100101 101011011 1110 111000

Color Harmonies of #A08087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08087

Black with #A08087

Text Example


Text Example

White with #A08087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08087; }

 p { color: rgb(160,128,135); }

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

background-color css

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

 a { background-color: rgb(160,128,135); }

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

border-color css

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

 span { border-color: rgb(160,128,135); }

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