Html Css Color HEX #AF6A70 Turkish Rose

📋 copy color: '#AF6A70'

red 175 ◦ green 106 ◦ blue 112

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

Shades of Turkish Rose #AF6A70

Tints of Turkish Rose #AF6A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.97%

 BLUE value IS 112 (44.14% from 255) = 28.5%

R = 44.53%
G = 26.97%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF6A70 (or 0xAF6A70) is known color: Turkish Rose. HEX triplet: AF, 6A and 70. RGB value is (175,106,112). Sum of RGB (Red+Green+Blue) = 175+106+112=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A70 is #50958F. Grayscale: #7F7F7F. Windows color (decimal): -5281168 or 7367343. OLE color: 7367343.

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

Color convert

RGB 175 106 112 -
CMYK 0 0.39 0.36 0.31
HSL 354.78º 0.3% 0.55% -
HSV(B) 354.78º 0.39% 0.69% -
XYZ 25.76 20.59 17.95 -
YUV 127.32 119.36 162.01 -
System Red Green Blue C M Y K H S L
Decimal 175 106 112 0 0.39 0.36 0.31 354.78 0.3 0.55
Hex AF 6A 70 0 27 24 1F 163 1E 37
Octal 257 152 160 0 47 44 37 543 36 67
Binary 10101111 1101010 1110000 0 100111 100100 11111 101100011 11110 110111

Color Harmonies of #AF6A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A70

Black with #AF6A70

Text Example


Text Example

White with #AF6A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A70; }

 p { color: rgb(175,106,112); }

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

background-color css

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

 a { background-color: rgb(175,106,112); }

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

border-color css

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

 span { border-color: rgb(175,106,112); }

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