Html Css Color HEX #AF7375 Turkish Rose

📋 copy color: '#AF7375'

red 175 ◦ green 115 ◦ blue 117

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

Shades of Turkish Rose #AF7375

Tints of Turkish Rose #AF7375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.26%

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

R = 43%
G = 28.26%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF7375 (or 0xAF7375) is known color: Turkish Rose. HEX triplet: AF, 73 and 75. RGB value is (175,115,117). Sum of RGB (Red+Green+Blue) = 175+115+117=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7375 is #508C8A. Grayscale: #858585. Windows color (decimal): -5278859 or 7697327. OLE color: 7697327.

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

Color convert

RGB 175 115 117 -
CMYK 0 0.34 0.33 0.31
HSL 358º 0.27% 0.57% -
HSV(B) 358º 0.34% 0.69% -
XYZ 27.02 22.66 19.78 -
YUV 133.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 175 115 117 0 0.34 0.33 0.31 358 0.27 0.57
Hex AF 73 75 0 22 21 1F 166 1B 39
Octal 257 163 165 0 42 41 37 546 33 71
Binary 10101111 1110011 1110101 0 100010 100001 11111 101100110 11011 111001

Color Harmonies of #AF7375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7375

Black with #AF7375

Text Example


Text Example

White with #AF7375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7375; }

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

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

background-color css

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

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

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

border-color css

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

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

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