Html Css Color HEX #AF787B Turkish Rose

📋 copy color: '#AF787B'

red 175 ◦ green 120 ◦ blue 123

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

Shades of Turkish Rose #AF787B

Tints of Turkish Rose #AF787B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.71%

 BLUE value IS 123 (48.44% from 255) = 29.43%

R = 41.87%
G = 28.71%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF787B (or 0xAF787B) is known color: Turkish Rose. HEX triplet: AF, 78 and 7B. RGB value is (175,120,123). Sum of RGB (Red+Green+Blue) = 175+120+123=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF787B is #508784. Grayscale: #888888. Windows color (decimal): -5277573 or 8091823. OLE color: 8091823.

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

Color convert

RGB 175 120 123 -
CMYK 0 0.31 0.30 0.31
HSL 356.73º 0.26% 0.58% -
HSV(B) 356.73º 0.31% 0.69% -
XYZ 27.97 23.98 21.89 -
YUV 136.79 120.22 155.26 -
System Red Green Blue C M Y K H S L
Decimal 175 120 123 0 0.31 0.30 0.31 356.73 0.26 0.58
Hex AF 78 7B 0 1F 1E 1F 165 1A 3A
Octal 257 170 173 0 37 36 37 545 32 72
Binary 10101111 1111000 1111011 0 11111 11110 11111 101100101 11010 111010

Color Harmonies of #AF787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF787B

Black with #AF787B

Text Example


Text Example

White with #AF787B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF787B; }

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

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

background-color css

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

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

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

border-color css

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

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

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