Html Css Color HEX #A38D8F Venus

📋 copy color: '#A38D8F'

red 163 ◦ green 141 ◦ blue 143

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

Shades of Venus #A38D8F

Tints of Venus #A38D8F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.54%

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

R = 36.47%
G = 31.54%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A38D8F (or 0xA38D8F) is known color: Venus. HEX triplet: A3, 8D and 8F. RGB value is (163,141,143). Sum of RGB (Red+Green+Blue) = 163+141+143=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38D8F is #5C7270. Grayscale: #939393. Windows color (decimal): -6058609 or 9407907. OLE color: 9407907.

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

Color convert

RGB 163 141 143 -
CMYK 0 0.13 0.12 0.36
HSL 354.55º 0.11% 0.6% -
HSV(B) 354.55º 0.13% 0.64% -
XYZ 29.59 28.82 29.99 -
YUV 147.81 125.29 138.84 -
System Red Green Blue C M Y K H S L
Decimal 163 141 143 0 0.13 0.12 0.36 354.55 0.11 0.6
Hex A3 8D 8F 0 D C 24 163 B 3C
Octal 243 215 217 0 15 14 44 543 13 74
Binary 10100011 10001101 10001111 0 1101 1100 100100 101100011 1011 111100

Color Harmonies of #A38D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38D8F

Black with #A38D8F

Text Example


Text Example

White with #A38D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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