Html Css Color HEX #AF987E Sandrift

📋 copy color: '#AF987E'

red 175 ◦ green 152 ◦ blue 126

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

Shades of Sandrift #AF987E

Tints of Sandrift #AF987E

RGB

 RED value IS 175 (68.75% from 255) = 38.63%

 GREEN value IS 152 (59.77% from 255) = 33.55%

 BLUE value IS 126 (49.61% from 255) = 27.81%

R = 38.63%
G = 33.55%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF987E (or 0xAF987E) is known color: Sandrift. HEX triplet: AF, 98 and 7E. RGB value is (175,152,126). Sum of RGB (Red+Green+Blue) = 175+152+126=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF987E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF987E is #506781. Grayscale: #9C9C9C. Windows color (decimal): -5269378 or 8296623. OLE color: 8296623.

HSL color Cylindrical-coordinate representation of color #AF987E: hue angle of 31.84º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF987E is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 152 126 -
CMYK 0 0.13 0.28 0.31
HSL 31.84º 0.23% 0.59% -
HSV(B) 31.84º 0.28% 0.69% -
XYZ 32.67 33.08 24.4 -
YUV 155.91 111.12 141.61 -
System Red Green Blue C M Y K H S L
Decimal 175 152 126 0 0.13 0.28 0.31 31.84 0.23 0.59
Hex AF 98 7E 0 D 1C 1F 20 17 3B
Octal 257 230 176 0 15 34 37 40 27 73
Binary 10101111 10011000 1111110 0 1101 11100 11111 100000 10111 111011

Color Harmonies of #AF987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF987E

Black with #AF987E

Text Example


Text Example

White with #AF987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF987E; }

 p { color: rgb(175,152,126); }

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

background-color css

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

 a { background-color: rgb(175,152,126); }

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

border-color css

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

 span { border-color: rgb(175,152,126); }

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