Html Css Color HEX #A08488 Venus

📋 copy color: '#A08488'

red 160 ◦ green 132 ◦ blue 136

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

Shades of Venus #A08488

Tints of Venus #A08488

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.84%

 BLUE value IS 136 (53.52% from 255) = 31.78%

R = 37.38%
G = 30.84%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A08488 (or 0xA08488) is known color: Venus. HEX triplet: A0, 84 and 88. RGB value is (160,132,136). Sum of RGB (Red+Green+Blue) = 160+132+136=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 160 - color contains mainly: red. Hex color #A08488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08488 is #5F7B77. Grayscale: #8C8C8C. Windows color (decimal): -6257528 or 8946848. OLE color: 8946848.

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

Color convert

RGB 160 132 136 -
CMYK 0 0.17 0.15 0.37
HSL 351.43º 0.13% 0.57% -
HSV(B) 351.43º 0.18% 0.63% -
XYZ 27.19 25.75 26.83 -
YUV 140.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 160 132 136 0 0.17 0.15 0.37 351.43 0.13 0.57
Hex A0 84 88 0 11 F 25 15F D 39
Octal 240 204 210 0 21 17 45 537 15 71
Binary 10100000 10000100 10001000 0 10001 1111 100101 101011111 1101 111001

Color Harmonies of #A08488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08488

Black with #A08488

Text Example


Text Example

White with #A08488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08488; }

 p { color: rgb(160,132,136); }

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

background-color css

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

 a { background-color: rgb(160,132,136); }

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

border-color css

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

 span { border-color: rgb(160,132,136); }

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