Html Css Color HEX #AF727B Turkish Rose

📋 copy color: '#AF727B'

red 175 ◦ green 114 ◦ blue 123

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

Shades of Turkish Rose #AF727B

Tints of Turkish Rose #AF727B

RGB

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

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

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

R = 42.48%
G = 27.67%
B = 29.85%

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

#AF727B (or 0xAF727B) is known color: Turkish Rose. HEX triplet: AF, 72 and 7B. RGB value is (175,114,123). Sum of RGB (Red+Green+Blue) = 175+114+123=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF727B is #508D84. Grayscale: #858585. Windows color (decimal): -5279109 or 8090287. OLE color: 8090287.

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

Color convert

RGB 175 114 123 -
CMYK 0 0.35 0.30 0.31
HSL 351.15º 0.28% 0.57% -
HSV(B) 351.15º 0.35% 0.69% -
XYZ 27.27 22.58 21.66 -
YUV 133.27 122.21 157.77 -
System Red Green Blue C M Y K H S L
Decimal 175 114 123 0 0.35 0.30 0.31 351.15 0.28 0.57
Hex AF 72 7B 0 23 1E 1F 15F 1C 39
Octal 257 162 173 0 43 36 37 537 34 71
Binary 10101111 1110010 1111011 0 100011 11110 11111 101011111 11100 111001

Color Harmonies of #AF727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF727B

Black with #AF727B

Text Example


Text Example

White with #AF727B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF727B; }

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

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

background-color css

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

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

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

border-color css

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

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

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