#AF7A7B

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

Shades of Turkish Rose #AF7A7B

Tints of Turkish Rose #AF7A7B

Color information

#AF7A7B (or 0xAF7A7B) is unknown color: approx Turkish Rose. HEX triplet: AF, 7A and 7B. RGB value is (175,122,123). Sum of RGB (Red+Green+Blue) = 175+122+123=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A7B is #508584. Grayscale: #8A8A8A. Windows color (decimal): -5277061 or 8092335. OLE color: 8092335.

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

Color convert

RGB175122123-
CMYK00.300.300.31
HSL358.87º24.88%58.24%-
HSV(B)358.87º30.29%68.63%-
XYZ28.2124.4621.97-
YUV137.96119.56154.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.67%
GREEN value IS 122 (48.05% from 255) = 29.05%
BLUE value IS 123 (48.44% from 255) = 29.29%
R=41.67%
G=29.05%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512212300.300.300.31358.8724.8858.24
HexAF7A7B01E1E1F167193a
Octal25717217303636375473172
Binary1010111111110101111011011110111101111110110011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7A7B; }

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

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

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

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

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

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

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

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