Html Css Color HEX #AF8E75 Sandrift

📋 copy color: '#AF8E75'

red 175 ◦ green 142 ◦ blue 117

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

Shades of Sandrift #AF8E75

Tints of Sandrift #AF8E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.96%

R = 40.32%
G = 32.72%
B = 26.96%

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

#AF8E75 (or 0xAF8E75) is known color: Sandrift. HEX triplet: AF, 8E and 75. RGB value is (175,142,117). Sum of RGB (Red+Green+Blue) = 175+142+117=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E75 is #50718A. Grayscale: #959595. Windows color (decimal): -5271947 or 7704239. OLE color: 7704239.

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

Color convert

RGB 175 142 117 -
CMYK 0 0.19 0.33 0.31
HSL 25.86º 0.27% 0.57% -
HSV(B) 25.86º 0.33% 0.69% -
XYZ 30.56 29.74 20.96 -
YUV 149.02 109.93 146.53 -
System Red Green Blue C M Y K H S L
Decimal 175 142 117 0 0.19 0.33 0.31 25.86 0.27 0.57
Hex AF 8E 75 0 13 21 1F 1A 1B 39
Octal 257 216 165 0 23 41 37 32 33 71
Binary 10101111 10001110 1110101 0 10011 100001 11111 11010 11011 111001

Color Harmonies of #AF8E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8E75

Black with #AF8E75

Text Example


Text Example

White with #AF8E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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