Html Css Color HEX #AF8C7C Sandrift

📋 copy color: '#AF8C7C'

red 175 ◦ green 140 ◦ blue 124

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

Shades of Sandrift #AF8C7C

Tints of Sandrift #AF8C7C

RGB

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

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

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

R = 39.86%
G = 31.89%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF8C7C (or 0xAF8C7C) is known color: Sandrift. HEX triplet: AF, 8C and 7C. RGB value is (175,140,124). Sum of RGB (Red+Green+Blue) = 175+140+124=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C7C is #507383. Grayscale: #949494. Windows color (decimal): -5272452 or 8162479. OLE color: 8162479.

HSL color Cylindrical-coordinate representation of color #AF8C7C: hue angle of 18.82º 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 #AF8C7C is Cyan = 0, Magento = 0.2, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 140 124 -
CMYK 0 0.2 0.29 0.31
HSL 18.82º 0.24% 0.59% -
HSV(B) 18.82º 0.29% 0.69% -
XYZ 30.7 29.33 23.11 -
YUV 148.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 175 140 124 0 0.2 0.29 0.31 18.82 0.24 0.59
Hex AF 8C 7C 0 14 1D 1F 13 18 3B
Octal 257 214 174 0 24 35 37 23 30 73
Binary 10101111 10001100 1111100 0 10100 11101 11111 10011 11000 111011

Color Harmonies of #AF8C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8C7C

Black with #AF8C7C

Text Example


Text Example

White with #AF8C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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