Html Css Color HEX #A88C7D Sandrift

📋 copy color: '#A88C7D'

red 168 ◦ green 140 ◦ blue 125

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

Shades of Sandrift #A88C7D

Tints of Sandrift #A88C7D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.33%

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

R = 38.8%
G = 32.33%
B = 28.87%

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

#A88C7D (or 0xA88C7D) is known color: Sandrift. HEX triplet: A8, 8C and 7D. RGB value is (168,140,125). Sum of RGB (Red+Green+Blue) = 168+140+125=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88C7D is #577382. Grayscale: #929292. Windows color (decimal): -5731203 or 8228008. OLE color: 8228008.

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

Color convert

RGB 168 140 125 -
CMYK 0 0.17 0.26 0.34
HSL 20.93º 0.2% 0.57% -
HSV(B) 20.93º 0.26% 0.66% -
XYZ 29.23 28.56 23.37 -
YUV 146.66 115.78 143.22 -
System Red Green Blue C M Y K H S L
Decimal 168 140 125 0 0.17 0.26 0.34 20.93 0.2 0.57
Hex A8 8C 7D 0 11 1A 22 15 14 39
Octal 250 214 175 0 21 32 42 25 24 71
Binary 10101000 10001100 1111101 0 10001 11010 100010 10101 10100 111001

Color Harmonies of #A88C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88C7D

Black with #A88C7D

Text Example


Text Example

White with #A88C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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