Html Css Color HEX #AF937E Sandrift

📋 copy color: '#AF937E'

red 175 ◦ green 147 ◦ blue 126

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

Shades of Sandrift #AF937E

Tints of Sandrift #AF937E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.13%

R = 39.06%
G = 32.81%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF937E (or 0xAF937E) is known color: Sandrift. HEX triplet: AF, 93 and 7E. RGB value is (175,147,126). Sum of RGB (Red+Green+Blue) = 175+147+126=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF937E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF937E is #506C81. Grayscale: #999999. Windows color (decimal): -5270658 or 8295343. OLE color: 8295343.

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

Color convert

RGB 175 147 126 -
CMYK 0 0.16 0.28 0.31
HSL 25.71º 0.23% 0.59% -
HSV(B) 25.71º 0.28% 0.69% -
XYZ 31.88 31.49 24.14 -
YUV 152.98 112.78 143.71 -
System Red Green Blue C M Y K H S L
Decimal 175 147 126 0 0.16 0.28 0.31 25.71 0.23 0.59
Hex AF 93 7E 0 10 1C 1F 1A 17 3B
Octal 257 223 176 0 20 34 37 32 27 73
Binary 10101111 10010011 1111110 0 10000 11100 11111 11010 10111 111011

Color Harmonies of #AF937E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF937E

Black with #AF937E

Text Example


Text Example

White with #AF937E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF937E; }

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

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

background-color css

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

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

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

border-color css

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

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

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