Html Css Color HEX #AF8E76 Sandrift

📋 copy color: '#AF8E76'

red 175 ◦ green 142 ◦ blue 118

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

Shades of Sandrift #AF8E76

Tints of Sandrift #AF8E76

RGB

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

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

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

R = 40.23%
G = 32.64%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF8E76 (or 0xAF8E76) is known color: Sandrift. HEX triplet: AF, 8E and 76. RGB value is (175,142,118). Sum of RGB (Red+Green+Blue) = 175+142+118=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E76 is #507189. Grayscale: #959595. Windows color (decimal): -5271946 or 7769775. OLE color: 7769775.

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

Color convert

RGB 175 142 118 -
CMYK 0 0.19 0.33 0.31
HSL 25.26º 0.26% 0.57% -
HSV(B) 25.26º 0.33% 0.69% -
XYZ 30.62 29.77 21.27 -
YUV 149.13 110.43 146.45 -
System Red Green Blue C M Y K H S L
Decimal 175 142 118 0 0.19 0.33 0.31 25.26 0.26 0.57
Hex AF 8E 76 0 13 21 1F 19 1A 39
Octal 257 216 166 0 23 41 37 31 32 71
Binary 10101111 10001110 1110110 0 10011 100001 11111 11001 11010 111001

Color Harmonies of #AF8E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8E76

Black with #AF8E76

Text Example


Text Example

White with #AF8E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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