Html Css Color HEX #AF636C Turkish Rose

📋 copy color: '#AF636C'

red 175 ◦ green 99 ◦ blue 108

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

Shades of Turkish Rose #AF636C

Tints of Turkish Rose #AF636C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.92%

 BLUE value IS 108 (42.58% from 255) = 28.27%

R = 45.81%
G = 25.92%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF636C (or 0xAF636C) is known color: Turkish Rose. HEX triplet: AF, 63 and 6C. RGB value is (175,99,108). Sum of RGB (Red+Green+Blue) = 175+99+108=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF636C is #509C93. Grayscale: #7A7A7A. Windows color (decimal): -5282964 or 7103407. OLE color: 7103407.

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

Color convert

RGB 175 99 108 -
CMYK 0 0.43 0.38 0.31
HSL 352.89º 0.32% 0.54% -
HSV(B) 352.89º 0.43% 0.69% -
XYZ 24.85 19.12 16.57 -
YUV 122.75 119.68 165.27 -
System Red Green Blue C M Y K H S L
Decimal 175 99 108 0 0.43 0.38 0.31 352.89 0.32 0.54
Hex AF 63 6C 0 2B 26 1F 161 20 36
Octal 257 143 154 0 53 46 37 541 40 66
Binary 10101111 1100011 1101100 0 101011 100110 11111 101100001 100000 110110

Color Harmonies of #AF636C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF636C

Black with #AF636C

Text Example


Text Example

White with #AF636C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF636C; }

 p { color: rgb(175,99,108); }

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

background-color css

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

 a { background-color: rgb(175,99,108); }

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

border-color css

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

 span { border-color: rgb(175,99,108); }

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