Html Css Color HEX #A0808A Venus

📋 copy color: '#A0808A'

red 160 ◦ green 128 ◦ blue 138

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

Shades of Venus #A0808A

Tints of Venus #A0808A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.39%

R = 37.56%
G = 30.05%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A0808A (or 0xA0808A) is known color: Venus. HEX triplet: A0, 80 and 8A. RGB value is (160,128,138). Sum of RGB (Red+Green+Blue) = 160+128+138=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 160 - color contains mainly: red. Hex color #A0808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0808A is #5F7F75. Grayscale: #8A8A8A. Windows color (decimal): -6258550 or 9076896. OLE color: 9076896.

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

Color convert

RGB 160 128 138 -
CMYK 0 0.20 0.14 0.37
HSL 341.25º 0.14% 0.56% -
HSV(B) 341.25º 0.2% 0.63% -
XYZ 26.8 24.75 27.41 -
YUV 138.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 160 128 138 0 0.20 0.14 0.37 341.25 0.14 0.56
Hex A0 80 8A 0 14 E 25 155 E 38
Octal 240 200 212 0 24 16 45 525 16 70
Binary 10100000 10000000 10001010 0 10100 1110 100101 101010101 1110 111000

Color Harmonies of #A0808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0808A

Black with #A0808A

Text Example


Text Example

White with #A0808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0808A; }

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

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

background-color css

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

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

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

border-color css

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

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

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