Html Css Color HEX #AF977C Sandrift

📋 copy color: '#AF977C'

red 175 ◦ green 151 ◦ blue 124

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

Shades of Sandrift #AF977C

Tints of Sandrift #AF977C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.56%

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

R = 38.89%
G = 33.56%
B = 27.56%

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

#AF977C (or 0xAF977C) is known color: Sandrift. HEX triplet: AF, 97 and 7C. RGB value is (175,151,124). Sum of RGB (Red+Green+Blue) = 175+151+124=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF977C is #506883. Grayscale: #9B9B9B. Windows color (decimal): -5269636 or 8165295. OLE color: 8165295.

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

Color convert

RGB 175 151 124 -
CMYK 0 0.14 0.29 0.31
HSL 31.76º 0.24% 0.59% -
HSV(B) 31.76º 0.29% 0.69% -
XYZ 32.38 32.7 23.67 -
YUV 155.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 175 151 124 0 0.14 0.29 0.31 31.76 0.24 0.59
Hex AF 97 7C 0 E 1D 1F 20 18 3B
Octal 257 227 174 0 16 35 37 40 30 73
Binary 10101111 10010111 1111100 0 1110 11101 11111 100000 11000 111011

Color Harmonies of #AF977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF977C

Black with #AF977C

Text Example


Text Example

White with #AF977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF977C; }

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

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

background-color css

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

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

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

border-color css

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

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

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