Html Css Color HEX #AF787D Turkish Rose

📋 copy color: '#AF787D'

red 175 ◦ green 120 ◦ blue 125

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

Shades of Turkish Rose #AF787D

Tints of Turkish Rose #AF787D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.76%

R = 41.67%
G = 28.57%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF787D (or 0xAF787D) is known color: Turkish Rose. HEX triplet: AF, 78 and 7D. RGB value is (175,120,125). Sum of RGB (Red+Green+Blue) = 175+120+125=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF787D is #508782. Grayscale: #898989. Windows color (decimal): -5277571 or 8222895. OLE color: 8222895.

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

Color convert

RGB 175 120 125 -
CMYK 0 0.31 0.29 0.31
HSL 354.55º 0.26% 0.58% -
HSV(B) 354.55º 0.31% 0.69% -
XYZ 28.1 24.03 22.56 -
YUV 137.02 121.22 155.09 -
System Red Green Blue C M Y K H S L
Decimal 175 120 125 0 0.31 0.29 0.31 354.55 0.26 0.58
Hex AF 78 7D 0 1F 1D 1F 163 1A 3A
Octal 257 170 175 0 37 35 37 543 32 72
Binary 10101111 1111000 1111101 0 11111 11101 11111 101100011 11010 111010

Color Harmonies of #AF787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF787D

Black with #AF787D

Text Example


Text Example

White with #AF787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF787D; }

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

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

background-color css

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

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

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

border-color css

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

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

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