Html Css Color HEX #AF6076 Turkish Rose

📋 copy color: '#AF6076'

red 175 ◦ green 96 ◦ blue 118

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

Shades of Turkish Rose #AF6076

Tints of Turkish Rose #AF6076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.68%

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

R = 44.99%
G = 24.68%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF6076 (or 0xAF6076) is known color: Turkish Rose. HEX triplet: AF, 60 and 76. RGB value is (175,96,118). Sum of RGB (Red+Green+Blue) = 175+96+118=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6076 is #509F89. Grayscale: #7A7A7A. Windows color (decimal): -5283722 or 7757999. OLE color: 7757999.

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

Color convert

RGB 175 96 118 -
CMYK 0 0.45 0.33 0.31
HSL 343.29º 0.33% 0.53% -
HSV(B) 343.29º 0.45% 0.69% -
XYZ 25.13 18.79 19.44 -
YUV 122.13 125.67 165.71 -
System Red Green Blue C M Y K H S L
Decimal 175 96 118 0 0.45 0.33 0.31 343.29 0.33 0.53
Hex AF 60 76 0 2D 21 1F 157 21 35
Octal 257 140 166 0 55 41 37 527 41 65
Binary 10101111 1100000 1110110 0 101101 100001 11111 101010111 100001 110101

Color Harmonies of #AF6076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6076

Black with #AF6076

Text Example


Text Example

White with #AF6076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6076; }

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

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

background-color css

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

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

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

border-color css

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

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

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