Html Css Color HEX #AF967C Sandrift

📋 copy color: '#AF967C'

red 175 ◦ green 150 ◦ blue 124

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

Shades of Sandrift #AF967C

Tints of Sandrift #AF967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.41%

 BLUE value IS 124 (48.83% from 255) = 27.62%

R = 38.98%
G = 33.41%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF967C (or 0xAF967C) is known color: Sandrift. HEX triplet: AF, 96 and 7C. RGB value is (175,150,124). Sum of RGB (Red+Green+Blue) = 175+150+124=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF967C is #506983. Grayscale: #9A9A9A. Windows color (decimal): -5269892 or 8165039. OLE color: 8165039.

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

Color convert

RGB 175 150 124 -
CMYK 0 0.14 0.29 0.31
HSL 30.59º 0.24% 0.59% -
HSV(B) 30.59º 0.29% 0.69% -
XYZ 32.22 32.38 23.62 -
YUV 154.51 110.78 142.61 -
System Red Green Blue C M Y K H S L
Decimal 175 150 124 0 0.14 0.29 0.31 30.59 0.24 0.59
Hex AF 96 7C 0 E 1D 1F 1F 18 3B
Octal 257 226 174 0 16 35 37 37 30 73
Binary 10101111 10010110 1111100 0 1110 11101 11111 11111 11000 111011

Color Harmonies of #AF967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF967C

Black with #AF967C

Text Example


Text Example

White with #AF967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF967C; }

 p { color: rgb(175,150,124); }

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

background-color css

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

 a { background-color: rgb(175,150,124); }

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

border-color css

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

 span { border-color: rgb(175,150,124); }

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