Html Css Color HEX #AF8E73 Sandrift

📋 copy color: '#AF8E73'

red 175 ◦ green 142 ◦ blue 115

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

Shades of Sandrift #AF8E73

Tints of Sandrift #AF8E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.62%

R = 40.51%
G = 32.87%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF8E73 (or 0xAF8E73) is known color: Sandrift. HEX triplet: AF, 8E and 73. RGB value is (175,142,115). Sum of RGB (Red+Green+Blue) = 175+142+115=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E73 is #50718C. Grayscale: #949494. Windows color (decimal): -5271949 or 7573167. OLE color: 7573167.

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

Color convert

RGB 175 142 115 -
CMYK 0 0.19 0.34 0.31
HSL 27º 0.27% 0.57% -
HSV(B) 27º 0.34% 0.69% -
XYZ 30.45 29.7 20.35 -
YUV 148.79 108.93 146.7 -
System Red Green Blue C M Y K H S L
Decimal 175 142 115 0 0.19 0.34 0.31 27 0.27 0.57
Hex AF 8E 73 0 13 22 1F 1B 1B 39
Octal 257 216 163 0 23 42 37 33 33 71
Binary 10101111 10001110 1110011 0 10011 100010 11111 11011 11011 111001

Color Harmonies of #AF8E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8E73

Black with #AF8E73

Text Example


Text Example

White with #AF8E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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