Html Css Color HEX #AF8E7C Sandrift

📋 copy color: '#AF8E7C'

red 175 ◦ green 142 ◦ blue 124

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

Shades of Sandrift #AF8E7C

Tints of Sandrift #AF8E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.12%

R = 39.68%
G = 32.2%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF8E7C (or 0xAF8E7C) is known color: Sandrift. HEX triplet: AF, 8E and 7C. RGB value is (175,142,124). Sum of RGB (Red+Green+Blue) = 175+142+124=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E7C is #507183. Grayscale: #959595. Windows color (decimal): -5271940 or 8162991. OLE color: 8162991.

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

Color convert

RGB 175 142 124 -
CMYK 0 0.19 0.29 0.31
HSL 21.18º 0.24% 0.59% -
HSV(B) 21.18º 0.29% 0.69% -
XYZ 30.99 29.92 23.21 -
YUV 149.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 175 142 124 0 0.19 0.29 0.31 21.18 0.24 0.59
Hex AF 8E 7C 0 13 1D 1F 15 18 3B
Octal 257 216 174 0 23 35 37 25 30 73
Binary 10101111 10001110 1111100 0 10011 11101 11111 10101 11000 111011

Color Harmonies of #AF8E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8E7C

Black with #AF8E7C

Text Example


Text Example

White with #AF8E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8E7C; }

 p { color: rgb(175,142,124); }

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

background-color css

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

 a { background-color: rgb(175,142,124); }

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

border-color css

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

 span { border-color: rgb(175,142,124); }

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