Html Css Color HEX #AF626B Turkish Rose

📋 copy color: '#AF626B'

red 175 ◦ green 98 ◦ blue 107

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

Shades of Turkish Rose #AF626B

Tints of Turkish Rose #AF626B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.16%

R = 46.05%
G = 25.79%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF626B (or 0xAF626B) is known color: Turkish Rose. HEX triplet: AF, 62 and 6B. RGB value is (175,98,107). Sum of RGB (Red+Green+Blue) = 175+98+107=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF626B is #509D94. Grayscale: #7A7A7A. Windows color (decimal): -5283221 or 7037615. OLE color: 7037615.

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

Color convert

RGB 175 98 107 -
CMYK 0 0.44 0.39 0.31
HSL 352.99º 0.32% 0.54% -
HSV(B) 352.99º 0.44% 0.69% -
XYZ 24.7 18.91 16.26 -
YUV 122.05 119.51 165.77 -
System Red Green Blue C M Y K H S L
Decimal 175 98 107 0 0.44 0.39 0.31 352.99 0.32 0.54
Hex AF 62 6B 0 2C 27 1F 161 20 36
Octal 257 142 153 0 54 47 37 541 40 66
Binary 10101111 1100010 1101011 0 101100 100111 11111 101100001 100000 110110

Color Harmonies of #AF626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF626B

Black with #AF626B

Text Example


Text Example

White with #AF626B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF626B; }

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

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

background-color css

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

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

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

border-color css

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

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

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