Html Css Color HEX #A3888F Venus

📋 copy color: '#A3888F'

red 163 ◦ green 136 ◦ blue 143

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

Shades of Venus #A3888F

Tints of Venus #A3888F

RGB

 RED value IS 163 (64.06% from 255) = 36.88%

 GREEN value IS 136 (53.52% from 255) = 30.77%

 BLUE value IS 143 (56.25% from 255) = 32.35%

R = 36.88%
G = 30.77%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A3888F (or 0xA3888F) is known color: Venus. HEX triplet: A3, 88 and 8F. RGB value is (163,136,143). Sum of RGB (Red+Green+Blue) = 163+136+143=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 163 - color contains mainly: red. Hex color #A3888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3888F is #5C7770. Grayscale: #909090. Windows color (decimal): -6059889 or 9406627. OLE color: 9406627.

HSL color Cylindrical-coordinate representation of color #A3888F: hue angle of 344.44º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3888F is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 136 143 -
CMYK 0 0.17 0.12 0.36
HSL 344.44º 0.13% 0.59% -
HSV(B) 344.44º 0.17% 0.64% -
XYZ 28.87 27.38 29.75 -
YUV 144.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 163 136 143 0 0.17 0.12 0.36 344.44 0.13 0.59
Hex A3 88 8F 0 11 C 24 158 D 3B
Octal 243 210 217 0 21 14 44 530 15 73
Binary 10100011 10001000 10001111 0 10001 1100 100100 101011000 1101 111011

Color Harmonies of #A3888F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3888F

Black with #A3888F

Text Example


Text Example

White with #A3888F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3888F; }

 p { color: rgb(163,136,143); }

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

background-color css

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

 a { background-color: rgb(163,136,143); }

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

border-color css

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

 span { border-color: rgb(163,136,143); }

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