Html Css Color HEX #AF727A Turkish Rose

📋 copy color: '#AF727A'

red 175 ◦ green 114 ◦ blue 122

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

Shades of Turkish Rose #AF727A

Tints of Turkish Rose #AF727A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.74%

 BLUE value IS 122 (48.05% from 255) = 29.68%

R = 42.58%
G = 27.74%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF727A (or 0xAF727A) is known color: Turkish Rose. HEX triplet: AF, 72 and 7A. RGB value is (175,114,122). Sum of RGB (Red+Green+Blue) = 175+114+122=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF727A is #508D85. Grayscale: #858585. Windows color (decimal): -5279110 or 8024751. OLE color: 8024751.

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

Color convert

RGB 175 114 122 -
CMYK 0 0.35 0.30 0.31
HSL 352.13º 0.28% 0.57% -
HSV(B) 352.13º 0.35% 0.69% -
XYZ 27.21 22.55 21.33 -
YUV 133.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 175 114 122 0 0.35 0.30 0.31 352.13 0.28 0.57
Hex AF 72 7A 0 23 1E 1F 160 1C 39
Octal 257 162 172 0 43 36 37 540 34 71
Binary 10101111 1110010 1111010 0 100011 11110 11111 101100000 11100 111001

Color Harmonies of #AF727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF727A

Black with #AF727A

Text Example


Text Example

White with #AF727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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