Html Css Color HEX #AF8C79 Sandrift

📋 copy color: '#AF8C79'

red 175 ◦ green 140 ◦ blue 121

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

Shades of Sandrift #AF8C79

Tints of Sandrift #AF8C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.75%

R = 40.14%
G = 32.11%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF8C79 (or 0xAF8C79) is known color: Sandrift. HEX triplet: AF, 8C and 79. RGB value is (175,140,121). Sum of RGB (Red+Green+Blue) = 175+140+121=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C79 is #507386. Grayscale: #949494. Windows color (decimal): -5272455 or 7965871. OLE color: 7965871.

HSL color Cylindrical-coordinate representation of color #AF8C79: hue angle of 21.11º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF8C79 is Cyan = 0, Magento = 0.2, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 140 121 -
CMYK 0 0.2 0.31 0.31
HSL 21.11º 0.25% 0.58% -
HSV(B) 21.11º 0.31% 0.69% -
XYZ 30.51 29.25 22.13 -
YUV 148.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 175 140 121 0 0.2 0.31 0.31 21.11 0.25 0.58
Hex AF 8C 79 0 14 1F 1F 15 19 3A
Octal 257 214 171 0 24 37 37 25 31 72
Binary 10101111 10001100 1111001 0 10100 11111 11111 10101 11001 111010

Color Harmonies of #AF8C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8C79

Black with #AF8C79

Text Example


Text Example

White with #AF8C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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