Html Css Color HEX #AF6D7A Turkish Rose

📋 copy color: '#AF6D7A'

red 175 ◦ green 109 ◦ blue 122

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

Shades of Turkish Rose #AF6D7A

Tints of Turkish Rose #AF6D7A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.85%

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

R = 43.1%
G = 26.85%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF6D7A (or 0xAF6D7A) is known color: Turkish Rose. HEX triplet: AF, 6D and 7A. RGB value is (175,109,122). Sum of RGB (Red+Green+Blue) = 175+109+122=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D7A is #509285. Grayscale: #828282. Windows color (decimal): -5280390 or 8023471. OLE color: 8023471.

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

Color convert

RGB 175 109 122 -
CMYK 0 0.38 0.30 0.31
HSL 348.18º 0.29% 0.56% -
HSV(B) 348.18º 0.38% 0.69% -
XYZ 26.66 21.46 21.15 -
YUV 130.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 175 109 122 0 0.38 0.30 0.31 348.18 0.29 0.56
Hex AF 6D 7A 0 26 1E 1F 15C 1D 38
Octal 257 155 172 0 46 36 37 534 35 70
Binary 10101111 1101101 1111010 0 100110 11110 11111 101011100 11101 111000

Color Harmonies of #AF6D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D7A

Black with #AF6D7A

Text Example


Text Example

White with #AF6D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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