Html Css Color HEX #AF937D Sandrift

📋 copy color: '#AF937D'

red 175 ◦ green 147 ◦ blue 125

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

Shades of Sandrift #AF937D

Tints of Sandrift #AF937D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.89%

 BLUE value IS 125 (49.22% from 255) = 27.96%

R = 39.15%
G = 32.89%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF937D (or 0xAF937D) is known color: Sandrift. HEX triplet: AF, 93 and 7D. RGB value is (175,147,125). Sum of RGB (Red+Green+Blue) = 175+147+125=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF937D is #506C82. Grayscale: #989898. Windows color (decimal): -5270659 or 8229807. OLE color: 8229807.

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

Color convert

RGB 175 147 125 -
CMYK 0 0.16 0.29 0.31
HSL 26.4º 0.24% 0.59% -
HSV(B) 26.4º 0.29% 0.69% -
XYZ 31.81 31.46 23.8 -
YUV 152.86 112.28 143.79 -
System Red Green Blue C M Y K H S L
Decimal 175 147 125 0 0.16 0.29 0.31 26.4 0.24 0.59
Hex AF 93 7D 0 10 1D 1F 1A 18 3B
Octal 257 223 175 0 20 35 37 32 30 73
Binary 10101111 10010011 1111101 0 10000 11101 11111 11010 11000 111011

Color Harmonies of #AF937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF937D

Black with #AF937D

Text Example


Text Example

White with #AF937D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF937D; }

 p { color: rgb(175,147,125); }

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

background-color css

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

 a { background-color: rgb(175,147,125); }

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

border-color css

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

 span { border-color: rgb(175,147,125); }

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