Html Css Color HEX #A88A7B Sandrift

📋 copy color: '#A88A7B'

red 168 ◦ green 138 ◦ blue 123

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

Shades of Sandrift #A88A7B

Tints of Sandrift #A88A7B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.17%

 BLUE value IS 123 (48.44% from 255) = 28.67%

R = 39.16%
G = 32.17%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A88A7B (or 0xA88A7B) is known color: Sandrift. HEX triplet: A8, 8A and 7B. RGB value is (168,138,123). Sum of RGB (Red+Green+Blue) = 168+138+123=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88A7B is #577584. Grayscale: #919191. Windows color (decimal): -5731717 or 8096424. OLE color: 8096424.

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

Color convert

RGB 168 138 123 -
CMYK 0 0.18 0.27 0.34
HSL 20º 0.21% 0.57% -
HSV(B) 20º 0.27% 0.66% -
XYZ 28.81 27.93 22.61 -
YUV 145.26 115.44 144.22 -
System Red Green Blue C M Y K H S L
Decimal 168 138 123 0 0.18 0.27 0.34 20 0.21 0.57
Hex A8 8A 7B 0 12 1B 22 14 15 39
Octal 250 212 173 0 22 33 42 24 25 71
Binary 10101000 10001010 1111011 0 10010 11011 100010 10100 10101 111001

Color Harmonies of #A88A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88A7B

Black with #A88A7B

Text Example


Text Example

White with #A88A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88A7B; }

 p { color: rgb(168,138,123); }

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

background-color css

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

 a { background-color: rgb(168,138,123); }

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

border-color css

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

 span { border-color: rgb(168,138,123); }

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