Html Css Color HEX #A38E7C Sandrift

📋 copy color: '#A38E7C'

red 163 ◦ green 142 ◦ blue 124

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

Shades of Sandrift #A38E7C

Tints of Sandrift #A38E7C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.1%

 BLUE value IS 124 (48.83% from 255) = 28.9%

R = 38%
G = 33.1%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A38E7C (or 0xA38E7C) is known color: Sandrift. HEX triplet: A3, 8E and 7C. RGB value is (163,142,124). Sum of RGB (Red+Green+Blue) = 163+142+124=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38E7C is #5C7183. Grayscale: #929292. Windows color (decimal): -6058372 or 8162979. OLE color: 8162979.

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

Color convert

RGB 163 142 124 -
CMYK 0 0.13 0.24 0.36
HSL 27.69º 0.17% 0.56% -
HSV(B) 27.69º 0.24% 0.64% -
XYZ 28.42 28.59 23.09 -
YUV 146.23 115.46 139.96 -
System Red Green Blue C M Y K H S L
Decimal 163 142 124 0 0.13 0.24 0.36 27.69 0.17 0.56
Hex A3 8E 7C 0 D 18 24 1C 11 38
Octal 243 216 174 0 15 30 44 34 21 70
Binary 10100011 10001110 1111100 0 1101 11000 100100 11100 10001 111000

Color Harmonies of #A38E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38E7C

Black with #A38E7C

Text Example


Text Example

White with #A38E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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