Html Css Color HEX #AF747A Turkish Rose

📋 copy color: '#AF747A'

red 175 ◦ green 116 ◦ blue 122

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

Shades of Turkish Rose #AF747A

Tints of Turkish Rose #AF747A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.09%

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

R = 42.37%
G = 28.09%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF747A (or 0xAF747A) is known color: Turkish Rose. HEX triplet: AF, 74 and 7A. RGB value is (175,116,122). Sum of RGB (Red+Green+Blue) = 175+116+122=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF747A is #508B85. Grayscale: #868686. Windows color (decimal): -5278598 or 8025263. OLE color: 8025263.

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

Color convert

RGB 175 116 122 -
CMYK 0 0.34 0.30 0.31
HSL 353.9º 0.27% 0.57% -
HSV(B) 353.9º 0.34% 0.69% -
XYZ 27.44 23.01 21.41 -
YUV 134.33 121.05 157.01 -
System Red Green Blue C M Y K H S L
Decimal 175 116 122 0 0.34 0.30 0.31 353.9 0.27 0.57
Hex AF 74 7A 0 22 1E 1F 162 1B 39
Octal 257 164 172 0 42 36 37 542 33 71
Binary 10101111 1110100 1111010 0 100010 11110 11111 101100010 11011 111001

Color Harmonies of #AF747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF747A

Black with #AF747A

Text Example


Text Example

White with #AF747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF747A; }

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

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

background-color css

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

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

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

border-color css

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

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

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