Html Css Color HEX #AF8F76 Sandrift

📋 copy color: '#AF8F76'

red 175 ◦ green 143 ◦ blue 118

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

Shades of Sandrift #AF8F76

Tints of Sandrift #AF8F76

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.8%

 BLUE value IS 118 (46.48% from 255) = 27.06%

R = 40.14%
G = 32.8%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF8F76 (or 0xAF8F76) is known color: Sandrift. HEX triplet: AF, 8F and 76. RGB value is (175,143,118). Sum of RGB (Red+Green+Blue) = 175+143+118=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F76 is #507089. Grayscale: #959595. Windows color (decimal): -5271690 or 7770031. OLE color: 7770031.

HSL color Cylindrical-coordinate representation of color #AF8F76: hue angle of 26.32º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF8F76 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 143 118 -
CMYK 0 0.18 0.33 0.31
HSL 26.32º 0.26% 0.57% -
HSV(B) 26.32º 0.33% 0.69% -
XYZ 30.77 30.07 21.32 -
YUV 149.72 110.1 146.03 -
System Red Green Blue C M Y K H S L
Decimal 175 143 118 0 0.18 0.33 0.31 26.32 0.26 0.57
Hex AF 8F 76 0 12 21 1F 1A 1A 39
Octal 257 217 166 0 22 41 37 32 32 71
Binary 10101111 10001111 1110110 0 10010 100001 11111 11010 11010 111001

Color Harmonies of #AF8F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8F76

Black with #AF8F76

Text Example


Text Example

White with #AF8F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8F76; }

 p { color: rgb(175,143,118); }

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

background-color css

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

 a { background-color: rgb(175,143,118); }

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

border-color css

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

 span { border-color: rgb(175,143,118); }

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