Html Css Color HEX #AF967F Sandrift

📋 copy color: '#AF967F'

red 175 ◦ green 150 ◦ blue 127

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

Shades of Sandrift #AF967F

Tints of Sandrift #AF967F

RGB

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

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

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

R = 38.72%
G = 33.19%
B = 28.1%

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

#AF967F (or 0xAF967F) is known color: Sandrift. HEX triplet: AF, 96 and 7F. RGB value is (175,150,127). Sum of RGB (Red+Green+Blue) = 175+150+127=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF967F is #506980. Grayscale: #9A9A9A. Windows color (decimal): -5269889 or 8361647. OLE color: 8361647.

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

Color convert

RGB 175 150 127 -
CMYK 0 0.14 0.27 0.31
HSL 28.75º 0.23% 0.59% -
HSV(B) 28.75º 0.27% 0.69% -
XYZ 32.42 32.46 24.64 -
YUV 154.85 112.28 142.37 -
System Red Green Blue C M Y K H S L
Decimal 175 150 127 0 0.14 0.27 0.31 28.75 0.23 0.59
Hex AF 96 7F 0 E 1B 1F 1D 17 3B
Octal 257 226 177 0 16 33 37 35 27 73
Binary 10101111 10010110 1111111 0 1110 11011 11111 11101 10111 111011

Color Harmonies of #AF967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF967F

Black with #AF967F

Text Example


Text Example

White with #AF967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF967F; }

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

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

background-color css

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

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

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

border-color css

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

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

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