Html Css Color HEX #AF9573 Sandrift

📋 copy color: '#AF9573'

red 175 ◦ green 149 ◦ blue 115

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

Shades of Sandrift #AF9573

Tints of Sandrift #AF9573

RGB

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

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

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

R = 39.86%
G = 33.94%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF9573 (or 0xAF9573) is known color: Sandrift. HEX triplet: AF, 95 and 73. RGB value is (175,149,115). Sum of RGB (Red+Green+Blue) = 175+149+115=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9573 is #506A8C. Grayscale: #999999. Windows color (decimal): -5270157 or 7574959. OLE color: 7574959.

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

Color convert

RGB 175 149 115 -
CMYK 0 0.15 0.34 0.31
HSL 34º 0.27% 0.57% -
HSV(B) 34º 0.34% 0.69% -
XYZ 31.52 31.85 20.71 -
YUV 152.9 106.61 143.76 -
System Red Green Blue C M Y K H S L
Decimal 175 149 115 0 0.15 0.34 0.31 34 0.27 0.57
Hex AF 95 73 0 F 22 1F 22 1B 39
Octal 257 225 163 0 17 42 37 42 33 71
Binary 10101111 10010101 1110011 0 1111 100010 11111 100010 11011 111001

Color Harmonies of #AF9573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9573

Black with #AF9573

Text Example


Text Example

White with #AF9573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9573; }

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

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

background-color css

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

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

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

border-color css

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

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

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