Html Css Color HEX #A3888E Venus

📋 copy color: '#A3888E'

red 163 ◦ green 136 ◦ blue 142

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

Shades of Venus #A3888E

Tints of Venus #A3888E

RGB

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

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

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

R = 36.96%
G = 30.84%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3888E (or 0xA3888E) is known color: Venus. HEX triplet: A3, 88 and 8E. RGB value is (163,136,142). Sum of RGB (Red+Green+Blue) = 163+136+142=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 163 - color contains mainly: red. Hex color #A3888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3888E is #5C7771. Grayscale: #909090. Windows color (decimal): -6059890 or 9341091. OLE color: 9341091.

HSL color Cylindrical-coordinate representation of color #A3888E: hue angle of 346.67º 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 #A3888E is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 136 142 -
CMYK 0 0.17 0.13 0.36
HSL 346.67º 0.13% 0.59% -
HSV(B) 346.67º 0.17% 0.64% -
XYZ 28.79 27.35 29.35 -
YUV 144.76 126.45 141.01 -
System Red Green Blue C M Y K H S L
Decimal 163 136 142 0 0.17 0.13 0.36 346.67 0.13 0.59
Hex A3 88 8E 0 11 D 24 15B D 3B
Octal 243 210 216 0 21 15 44 533 15 73
Binary 10100011 10001000 10001110 0 10001 1101 100100 101011011 1101 111011

Color Harmonies of #A3888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3888E

Black with #A3888E

Text Example


Text Example

White with #A3888E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3888E; }

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

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

background-color css

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

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

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

border-color css

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

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

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