Html Css Color HEX #AF9685 Sandrift

📋 copy color: '#AF9685'

red 175 ◦ green 150 ◦ blue 133

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

Shades of Sandrift #AF9685

Tints of Sandrift #AF9685

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.75%

 BLUE value IS 133 (52.34% from 255) = 29.04%

R = 38.21%
G = 32.75%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF9685 (or 0xAF9685) is known color: Sandrift. HEX triplet: AF, 96 and 85. RGB value is (175,150,133). Sum of RGB (Red+Green+Blue) = 175+150+133=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9685 is #50697A. Grayscale: #9B9B9B. Windows color (decimal): -5269883 or 8754863. OLE color: 8754863.

HSL color Cylindrical-coordinate representation of color #AF9685: hue angle of 24.29º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF9685 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 150 133 -
CMYK 0 0.14 0.24 0.31
HSL 24.29º 0.21% 0.6% -
HSV(B) 24.29º 0.24% 0.69% -
XYZ 32.82 32.62 26.76 -
YUV 155.54 115.28 141.88 -
System Red Green Blue C M Y K H S L
Decimal 175 150 133 0 0.14 0.24 0.31 24.29 0.21 0.6
Hex AF 96 85 0 E 18 1F 18 15 3C
Octal 257 226 205 0 16 30 37 30 25 74
Binary 10101111 10010110 10000101 0 1110 11000 11111 11000 10101 111100

Color Harmonies of #AF9685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9685

Black with #AF9685

Text Example


Text Example

White with #AF9685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9685; }

 p { color: rgb(175,150,133); }

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

background-color css

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

 a { background-color: rgb(175,150,133); }

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

border-color css

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

 span { border-color: rgb(175,150,133); }

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