Html Css Color HEX #AF9175 Sandrift

📋 copy color: '#AF9175'

red 175 ◦ green 145 ◦ blue 117

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

Shades of Sandrift #AF9175

Tints of Sandrift #AF9175

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.18%

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

R = 40.05%
G = 33.18%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF9175 (or 0xAF9175) is known color: Sandrift. HEX triplet: AF, 91 and 75. RGB value is (175,145,117). Sum of RGB (Red+Green+Blue) = 175+145+117=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9175 is #506E8A. Grayscale: #969696. Windows color (decimal): -5271179 or 7705007. OLE color: 7705007.

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

Color convert

RGB 175 145 117 -
CMYK 0 0.17 0.33 0.31
HSL 28.97º 0.27% 0.57% -
HSV(B) 28.97º 0.33% 0.69% -
XYZ 31.02 30.65 21.11 -
YUV 150.78 108.94 145.28 -
System Red Green Blue C M Y K H S L
Decimal 175 145 117 0 0.17 0.33 0.31 28.97 0.27 0.57
Hex AF 91 75 0 11 21 1F 1D 1B 39
Octal 257 221 165 0 21 41 37 35 33 71
Binary 10101111 10010001 1110101 0 10001 100001 11111 11101 11011 111001

Color Harmonies of #AF9175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9175

Black with #AF9175

Text Example


Text Example

White with #AF9175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9175; }

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

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

background-color css

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

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

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

border-color css

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

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

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