Html Css Color HEX #AF7078 Turkish Rose

📋 copy color: '#AF7078'

red 175 ◦ green 112 ◦ blue 120

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

Shades of Turkish Rose #AF7078

Tints of Turkish Rose #AF7078

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.52%

 BLUE value IS 120 (47.27% from 255) = 29.48%

R = 43%
G = 27.52%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF7078 (or 0xAF7078) is known color: Turkish Rose. HEX triplet: AF, 70 and 78. RGB value is (175,112,120). Sum of RGB (Red+Green+Blue) = 175+112+120=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7078 is #508F87. Grayscale: #838383. Windows color (decimal): -5279624 or 7893167. OLE color: 7893167.

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

Color convert

RGB 175 112 120 -
CMYK 0 0.36 0.31 0.31
HSL 352.38º 0.28% 0.56% -
HSV(B) 352.38º 0.36% 0.69% -
XYZ 26.86 22.06 20.61 -
YUV 131.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 175 112 120 0 0.36 0.31 0.31 352.38 0.28 0.56
Hex AF 70 78 0 24 1F 1F 160 1C 38
Octal 257 160 170 0 44 37 37 540 34 70
Binary 10101111 1110000 1111000 0 100100 11111 11111 101100000 11100 111000

Color Harmonies of #AF7078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7078

Black with #AF7078

Text Example


Text Example

White with #AF7078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7078; }

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

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

background-color css

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

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

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

border-color css

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

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

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