Html Css Color HEX #AF6C7A Turkish Rose

📋 copy color: '#AF6C7A'

red 175 ◦ green 108 ◦ blue 122

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

Shades of Turkish Rose #AF6C7A

Tints of Turkish Rose #AF6C7A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.67%

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

R = 43.21%
G = 26.67%
B = 30.12%

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

#AF6C7A (or 0xAF6C7A) is known color: Turkish Rose. HEX triplet: AF, 6C and 7A. RGB value is (175,108,122). Sum of RGB (Red+Green+Blue) = 175+108+122=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C7A is #509385. Grayscale: #818181. Windows color (decimal): -5280646 or 8023215. OLE color: 8023215.

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

Color convert

RGB 175 108 122 -
CMYK 0 0.38 0.30 0.31
HSL 347.46º 0.3% 0.55% -
HSV(B) 347.46º 0.38% 0.69% -
XYZ 26.55 21.24 21.11 -
YUV 129.63 123.7 160.36 -
System Red Green Blue C M Y K H S L
Decimal 175 108 122 0 0.38 0.30 0.31 347.46 0.3 0.55
Hex AF 6C 7A 0 26 1E 1F 15B 1E 37
Octal 257 154 172 0 46 36 37 533 36 67
Binary 10101111 1101100 1111010 0 100110 11110 11111 101011011 11110 110111

Color Harmonies of #AF6C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C7A

Black with #AF6C7A

Text Example


Text Example

White with #AF6C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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