Html Css Color HEX #AF6075 Turkish Rose

📋 copy color: '#AF6075'

red 175 ◦ green 96 ◦ blue 117

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

Shades of Turkish Rose #AF6075

Tints of Turkish Rose #AF6075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.15%

R = 45.1%
G = 24.74%
B = 30.15%

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

#AF6075 (or 0xAF6075) is known color: Turkish Rose. HEX triplet: AF, 60 and 75. RGB value is (175,96,117). Sum of RGB (Red+Green+Blue) = 175+96+117=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6075 is #509F8A. Grayscale: #7A7A7A. Windows color (decimal): -5283723 or 7692463. OLE color: 7692463.

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

Color convert

RGB 175 96 117 -
CMYK 0 0.45 0.33 0.31
HSL 344.05º 0.33% 0.53% -
HSV(B) 344.05º 0.45% 0.69% -
XYZ 25.07 18.76 19.13 -
YUV 122.02 125.17 165.79 -
System Red Green Blue C M Y K H S L
Decimal 175 96 117 0 0.45 0.33 0.31 344.05 0.33 0.53
Hex AF 60 75 0 2D 21 1F 158 21 35
Octal 257 140 165 0 55 41 37 530 41 65
Binary 10101111 1100000 1110101 0 101101 100001 11111 101011000 100001 110101

Color Harmonies of #AF6075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6075

Black with #AF6075

Text Example


Text Example

White with #AF6075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6075; }

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

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

background-color css

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

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

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

border-color css

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

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

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