Html Css Color HEX #AF626E Turkish Rose

📋 copy color: '#AF626E'

red 175 ◦ green 98 ◦ blue 110

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

Shades of Turkish Rose #AF626E

Tints of Turkish Rose #AF626E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.59%

 BLUE value IS 110 (43.36% from 255) = 28.72%

R = 45.69%
G = 25.59%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF626E (or 0xAF626E) is known color: Turkish Rose. HEX triplet: AF, 62 and 6E. RGB value is (175,98,110). Sum of RGB (Red+Green+Blue) = 175+98+110=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF626E is #509D91. Grayscale: #7A7A7A. Windows color (decimal): -5283218 or 7234223. OLE color: 7234223.

HSL color Cylindrical-coordinate representation of color #AF626E: hue angle of 350.65º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF626E is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 98 110 -
CMYK 0 0.44 0.37 0.31
HSL 350.65º 0.32% 0.54% -
HSV(B) 350.65º 0.44% 0.69% -
XYZ 24.86 18.98 17.1 -
YUV 122.39 121.01 165.52 -
System Red Green Blue C M Y K H S L
Decimal 175 98 110 0 0.44 0.37 0.31 350.65 0.32 0.54
Hex AF 62 6E 0 2C 25 1F 15F 20 36
Octal 257 142 156 0 54 45 37 537 40 66
Binary 10101111 1100010 1101110 0 101100 100101 11111 101011111 100000 110110

Color Harmonies of #AF626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF626E

Black with #AF626E

Text Example


Text Example

White with #AF626E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF626E; }

 p { color: rgb(175,98,110); }

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

background-color css

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

 a { background-color: rgb(175,98,110); }

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

border-color css

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

 span { border-color: rgb(175,98,110); }

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