Html Css Color HEX #AF7076 Turkish Rose

📋 copy color: '#AF7076'

red 175 ◦ green 112 ◦ blue 118

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

Shades of Turkish Rose #AF7076

Tints of Turkish Rose #AF7076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.14%

R = 43.21%
G = 27.65%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF7076 (or 0xAF7076) is known color: Turkish Rose. HEX triplet: AF, 70 and 76. RGB value is (175,112,118). Sum of RGB (Red+Green+Blue) = 175+112+118=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7076 is #508F89. Grayscale: #838383. Windows color (decimal): -5279626 or 7762095. OLE color: 7762095.

HSL color Cylindrical-coordinate representation of color #AF7076: hue angle of 354.29º 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 #AF7076 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 112 118 -
CMYK 0 0.36 0.33 0.31
HSL 354.29º 0.28% 0.56% -
HSV(B) 354.29º 0.36% 0.69% -
XYZ 26.74 22.01 19.98 -
YUV 131.52 120.37 159.01 -
System Red Green Blue C M Y K H S L
Decimal 175 112 118 0 0.36 0.33 0.31 354.29 0.28 0.56
Hex AF 70 76 0 24 21 1F 162 1C 38
Octal 257 160 166 0 44 41 37 542 34 70
Binary 10101111 1110000 1110110 0 100100 100001 11111 101100010 11100 111000

Color Harmonies of #AF7076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7076

Black with #AF7076

Text Example


Text Example

White with #AF7076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7076; }

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

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

background-color css

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

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

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

border-color css

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

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

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