Html Css Color HEX #A08B8E Venus

📋 copy color: '#A08B8E'

red 160 ◦ green 139 ◦ blue 142

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

Shades of Venus #A08B8E

Tints of Venus #A08B8E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.52%

 BLUE value IS 142 (55.86% from 255) = 32.2%

R = 36.28%
G = 31.52%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A08B8E (or 0xA08B8E) is known color: Venus. HEX triplet: A0, 8B and 8E. RGB value is (160,139,142). Sum of RGB (Red+Green+Blue) = 160+139+142=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08B8E is #5F7471. Grayscale: #919191. Windows color (decimal): -6255730 or 9341856. OLE color: 9341856.

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

Color convert

RGB 160 139 142 -
CMYK 0 0.13 0.11 0.37
HSL 351.43º 0.1% 0.59% -
HSV(B) 351.43º 0.13% 0.63% -
XYZ 28.61 27.89 29.47 -
YUV 145.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 160 139 142 0 0.13 0.11 0.37 351.43 0.1 0.59
Hex A0 8B 8E 0 D B 25 15F A 3B
Octal 240 213 216 0 15 13 45 537 12 73
Binary 10100000 10001011 10001110 0 1101 1011 100101 101011111 1010 111011

Color Harmonies of #A08B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08B8E

Black with #A08B8E

Text Example


Text Example

White with #A08B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08B8E; }

 p { color: rgb(160,139,142); }

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

background-color css

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

 a { background-color: rgb(160,139,142); }

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

border-color css

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

 span { border-color: rgb(160,139,142); }

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