Html Css Color HEX #A48E7D Sandrift

📋 copy color: '#A48E7D'

red 164 ◦ green 142 ◦ blue 125

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

Shades of Sandrift #A48E7D

Tints of Sandrift #A48E7D

RGB

 RED value IS 164 (64.45% from 255) = 38.05%

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

 BLUE value IS 125 (49.22% from 255) = 29%

R = 38.05%
G = 32.95%
B = 29%

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

#A48E7D (or 0xA48E7D) is known color: Sandrift. HEX triplet: A4, 8E and 7D. RGB value is (164,142,125). Sum of RGB (Red+Green+Blue) = 164+142+125=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48E7D is #5B7182. Grayscale: #929292. Windows color (decimal): -5992835 or 8228516. OLE color: 8228516.

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

Color convert

RGB 164 142 125 -
CMYK 0 0.13 0.24 0.36
HSL 26.15º 0.18% 0.57% -
HSV(B) 26.15º 0.24% 0.64% -
XYZ 28.68 28.72 23.43 -
YUV 146.64 115.79 140.38 -
System Red Green Blue C M Y K H S L
Decimal 164 142 125 0 0.13 0.24 0.36 26.15 0.18 0.57
Hex A4 8E 7D 0 D 18 24 1A 12 39
Octal 244 216 175 0 15 30 44 32 22 71
Binary 10100100 10001110 1111101 0 1101 11000 100100 11010 10010 111001

Color Harmonies of #A48E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48E7D

Black with #A48E7D

Text Example


Text Example

White with #A48E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48E7D; }

 p { color: rgb(164,142,125); }

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

background-color css

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

 a { background-color: rgb(164,142,125); }

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

border-color css

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

 span { border-color: rgb(164,142,125); }

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