Html Css Color HEX #AF7A7C Turkish Rose

📋 copy color: '#AF7A7C'

red 175 ◦ green 122 ◦ blue 124

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

Shades of Turkish Rose #AF7A7C

Tints of Turkish Rose #AF7A7C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.98%

 BLUE value IS 124 (48.83% from 255) = 29.45%

R = 41.57%
G = 28.98%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF7A7C (or 0xAF7A7C) is known color: Turkish Rose. HEX triplet: AF, 7A and 7C. RGB value is (175,122,124). Sum of RGB (Red+Green+Blue) = 175+122+124=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A7C is #508583. Grayscale: #8A8A8A. Windows color (decimal): -5277060 or 8157871. OLE color: 8157871.

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

Color convert

RGB 175 122 124 -
CMYK 0 0.30 0.29 0.31
HSL 357.74º 0.25% 0.58% -
HSV(B) 357.74º 0.3% 0.69% -
XYZ 28.28 24.49 22.31 -
YUV 138.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 175 122 124 0 0.30 0.29 0.31 357.74 0.25 0.58
Hex AF 7A 7C 0 1E 1D 1F 166 19 3A
Octal 257 172 174 0 36 35 37 546 31 72
Binary 10101111 1111010 1111100 0 11110 11101 11111 101100110 11001 111010

Color Harmonies of #AF7A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A7C

Black with #AF7A7C

Text Example


Text Example

White with #AF7A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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