Html Css Color HEX #A08287 Venus

📋 copy color: '#A08287'

red 160 ◦ green 130 ◦ blue 135

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

Shades of Venus #A08287

Tints of Venus #A08287

RGB

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

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

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

R = 37.65%
G = 30.59%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A08287 (or 0xA08287) is known color: Venus. HEX triplet: A0, 82 and 87. RGB value is (160,130,135). Sum of RGB (Red+Green+Blue) = 160+130+135=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 160 - color contains mainly: red. Hex color #A08287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08287 is #5F7D78. Grayscale: #8B8B8B. Windows color (decimal): -6258041 or 8880800. OLE color: 8880800.

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

Color convert

RGB 160 130 135 -
CMYK 0 0.19 0.16 0.37
HSL 350º 0.14% 0.57% -
HSV(B) 350º 0.19% 0.63% -
XYZ 26.85 25.19 26.37 -
YUV 139.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 160 130 135 0 0.19 0.16 0.37 350 0.14 0.57
Hex A0 82 87 0 13 10 25 15E E 39
Octal 240 202 207 0 23 20 45 536 16 71
Binary 10100000 10000010 10000111 0 10011 10000 100101 101011110 1110 111001

Color Harmonies of #A08287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08287

Black with #A08287

Text Example


Text Example

White with #A08287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08287; }

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

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

background-color css

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

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

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

border-color css

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

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

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