Html Css Color HEX #A08389 Venus

📋 copy color: '#A08389'

red 160 ◦ green 131 ◦ blue 137

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

Shades of Venus #A08389

Tints of Venus #A08389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.61%

 BLUE value IS 137 (53.91% from 255) = 32.01%

R = 37.38%
G = 30.61%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A08389 (or 0xA08389) is known color: Venus. HEX triplet: A0, 83 and 89. RGB value is (160,131,137). Sum of RGB (Red+Green+Blue) = 160+131+137=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 160 - color contains mainly: red. Hex color #A08389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08389 is #5F7C76. Grayscale: #8C8C8C. Windows color (decimal): -6257783 or 9012128. OLE color: 9012128.

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

Color convert

RGB 160 131 137 -
CMYK 0 0.18 0.14 0.37
HSL 347.59º 0.13% 0.57% -
HSV(B) 347.59º 0.18% 0.63% -
XYZ 27.13 25.51 27.16 -
YUV 140.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 160 131 137 0 0.18 0.14 0.37 347.59 0.13 0.57
Hex A0 83 89 0 12 E 25 15C D 39
Octal 240 203 211 0 22 16 45 534 15 71
Binary 10100000 10000011 10001001 0 10010 1110 100101 101011100 1101 111001

Color Harmonies of #A08389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08389

Black with #A08389

Text Example


Text Example

White with #A08389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08389; }

 p { color: rgb(160,131,137); }

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

background-color css

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

 a { background-color: rgb(160,131,137); }

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

border-color css

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

 span { border-color: rgb(160,131,137); }

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