#AF907A

Color #AF907A Sandrift (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandrift #AF907A

Tints of Sandrift #AF907A

Color information

#AF907A (or 0xAF907A) is unknown color: approx Sandrift. HEX triplet: AF, 90 and 7A. RGB value is (175,144,122). Sum of RGB (Red+Green+Blue) = 175+144+122=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF907A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF907A is #506F85. Grayscale: #969696. Windows color (decimal): -5271430 or 8032431. OLE color: 8032431.

HSL color Cylindrical-coordinate representation of color #AF907A: hue angle of 24.91º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF907A is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB175144122-
CMYK00.180.300.31
HSL24.91º24.88%58.24%-
HSV(B)24.91º30.29%68.63%-
XYZ31.1730.4722.65-
YUV150.76111.77145.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.68%
GREEN value IS 144 (56.64% from 255) = 32.65%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=39.68%
G=32.65%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514412200.180.300.3124.9124.8858.24
HexAF907A0121E1F19193a
Octal2572201720223637313172
Binary1010111110010000111101001001011110111111100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF907A; }

 p { color: rgb(175,144,122); }

 H1.HeaderClassName
 {
   color: #AF907A;
 }
 .AnyTagClassName
 {
   color: #AF907A;
 }
</style>
background-color css

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

 a { background-color: rgb(175,144,122); }

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

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

 span { border-color: rgb(175,144,122); }

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