Html Css Color HEX #A88B7D Sandrift

📋 copy color: '#A88B7D'

red 168 ◦ green 139 ◦ blue 125

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

Shades of Sandrift #A88B7D

Tints of Sandrift #A88B7D

RGB

 RED value IS 168 (66.02% from 255) = 38.89%

 GREEN value IS 139 (54.69% from 255) = 32.18%

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

R = 38.89%
G = 32.18%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A88B7D (or 0xA88B7D) is known color: Sandrift. HEX triplet: A8, 8B and 7D. RGB value is (168,139,125). Sum of RGB (Red+Green+Blue) = 168+139+125=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 168 - color contains mainly: red. Hex color #A88B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88B7D is #577482. Grayscale: #929292. Windows color (decimal): -5731459 or 8227752. OLE color: 8227752.

HSL color Cylindrical-coordinate representation of color #A88B7D: hue angle of 19.53º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A88B7D is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 139 125 -
CMYK 0 0.17 0.26 0.34
HSL 19.53º 0.2% 0.57% -
HSV(B) 19.53º 0.26% 0.66% -
XYZ 29.08 28.27 23.33 -
YUV 146.08 116.11 143.64 -
System Red Green Blue C M Y K H S L
Decimal 168 139 125 0 0.17 0.26 0.34 19.53 0.2 0.57
Hex A8 8B 7D 0 11 1A 22 14 14 39
Octal 250 213 175 0 21 32 42 24 24 71
Binary 10101000 10001011 1111101 0 10001 11010 100010 10100 10100 111001

Color Harmonies of #A88B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88B7D

Black with #A88B7D

Text Example


Text Example

White with #A88B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88B7D; }

 p { color: rgb(168,139,125); }

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

background-color css

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

 a { background-color: rgb(168,139,125); }

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

border-color css

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

 span { border-color: rgb(168,139,125); }

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