Html Css Color HEX #AF9580 Sandrift

📋 copy color: '#AF9580'

red 175 ◦ green 149 ◦ blue 128

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

Shades of Sandrift #AF9580

Tints of Sandrift #AF9580

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.96%

 BLUE value IS 128 (50.39% from 255) = 28.32%

R = 38.72%
G = 32.96%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF9580 (or 0xAF9580) is known color: Sandrift. HEX triplet: AF, 95 and 80. RGB value is (175,149,128). Sum of RGB (Red+Green+Blue) = 175+149+128=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9580 is #506A7F. Grayscale: #9A9A9A. Windows color (decimal): -5270144 or 8426927. OLE color: 8426927.

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

Color convert

RGB 175 149 128 -
CMYK 0 0.15 0.27 0.31
HSL 26.81º 0.23% 0.59% -
HSV(B) 26.81º 0.27% 0.69% -
XYZ 32.32 32.17 24.93 -
YUV 154.38 113.11 142.71 -
System Red Green Blue C M Y K H S L
Decimal 175 149 128 0 0.15 0.27 0.31 26.81 0.23 0.59
Hex AF 95 80 0 F 1B 1F 1B 17 3B
Octal 257 225 200 0 17 33 37 33 27 73
Binary 10101111 10010101 10000000 0 1111 11011 11111 11011 10111 111011

Color Harmonies of #AF9580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9580

Black with #AF9580

Text Example


Text Example

White with #AF9580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9580; }

 p { color: rgb(175,149,128); }

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

background-color css

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

 a { background-color: rgb(175,149,128); }

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

border-color css

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

 span { border-color: rgb(175,149,128); }

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