Html Css Color HEX #AF977F Sandrift

📋 copy color: '#AF977F'

red 175 ◦ green 151 ◦ blue 127

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

Shades of Sandrift #AF977F

Tints of Sandrift #AF977F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.04%

R = 38.63%
G = 33.33%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF977F (or 0xAF977F) is known color: Sandrift. HEX triplet: AF, 97 and 7F. RGB value is (175,151,127). Sum of RGB (Red+Green+Blue) = 175+151+127=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF977F is #506880. Grayscale: #9B9B9B. Windows color (decimal): -5269633 or 8361903. OLE color: 8361903.

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

Color convert

RGB 175 151 127 -
CMYK 0 0.14 0.27 0.31
HSL 30º 0.23% 0.59% -
HSV(B) 30º 0.27% 0.69% -
XYZ 32.58 32.78 24.69 -
YUV 155.44 111.95 141.95 -
System Red Green Blue C M Y K H S L
Decimal 175 151 127 0 0.14 0.27 0.31 30 0.23 0.59
Hex AF 97 7F 0 E 1B 1F 1E 17 3B
Octal 257 227 177 0 16 33 37 36 27 73
Binary 10101111 10010111 1111111 0 1110 11011 11111 11110 10111 111011

Color Harmonies of #AF977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF977F

Black with #AF977F

Text Example


Text Example

White with #AF977F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF977F; }

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

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

background-color css

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

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

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

border-color css

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

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

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