Html Css Color HEX #AF6175 Turkish Rose

📋 copy color: '#AF6175'

red 175 ◦ green 97 ◦ blue 117

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

Shades of Turkish Rose #AF6175

Tints of Turkish Rose #AF6175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.94%

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

R = 44.99%
G = 24.94%
B = 30.08%

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

#AF6175 (or 0xAF6175) is known color: Turkish Rose. HEX triplet: AF, 61 and 75. RGB value is (175,97,117). Sum of RGB (Red+Green+Blue) = 175+97+117=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6175 is #509E8A. Grayscale: #7A7A7A. Windows color (decimal): -5283467 or 7692719. OLE color: 7692719.

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

Color convert

RGB 175 97 117 -
CMYK 0 0.45 0.33 0.31
HSL 344.62º 0.33% 0.53% -
HSV(B) 344.62º 0.45% 0.69% -
XYZ 25.16 18.95 19.16 -
YUV 122.6 124.84 165.37 -
System Red Green Blue C M Y K H S L
Decimal 175 97 117 0 0.45 0.33 0.31 344.62 0.33 0.53
Hex AF 61 75 0 2D 21 1F 159 21 35
Octal 257 141 165 0 55 41 37 531 41 65
Binary 10101111 1100001 1110101 0 101101 100001 11111 101011001 100001 110101

Color Harmonies of #AF6175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6175

Black with #AF6175

Text Example


Text Example

White with #AF6175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6175; }

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

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

background-color css

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

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

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

border-color css

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

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

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