Html Css Color HEX #A5636F Turkish Rose

📋 copy color: '#A5636F'

red 165 ◦ green 99 ◦ blue 111

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

Shades of Turkish Rose #A5636F

Tints of Turkish Rose #A5636F

RGB

 RED value IS 165 (64.84% from 255) = 44%

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

 BLUE value IS 111 (43.75% from 255) = 29.6%

R = 44%
G = 26.4%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5636F (or 0xA5636F) is known color: Turkish Rose. HEX triplet: A5, 63 and 6F. RGB value is (165,99,111). Sum of RGB (Red+Green+Blue) = 165+99+111=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5636F is #5A9C90. Grayscale: #787878. Windows color (decimal): -5938321 or 7300005. OLE color: 7300005.

HSL color Cylindrical-coordinate representation of color #A5636F: hue angle of 349.09º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5636F is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 99 111 -
CMYK 0 0.40 0.33 0.35
HSL 349.09º 0.27% 0.52% -
HSV(B) 349.09º 0.4% 0.65% -
XYZ 22.85 18.07 17.32 -
YUV 120.1 122.87 160.02 -
System Red Green Blue C M Y K H S L
Decimal 165 99 111 0 0.40 0.33 0.35 349.09 0.27 0.52
Hex A5 63 6F 0 28 21 23 15D 1B 34
Octal 245 143 157 0 50 41 43 535 33 64
Binary 10100101 1100011 1101111 0 101000 100001 100011 101011101 11011 110100

Color Harmonies of #A5636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5636F

Black with #A5636F

Text Example


Text Example

White with #A5636F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5636F; }

 p { color: rgb(165,99,111); }

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

background-color css

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

 a { background-color: rgb(165,99,111); }

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

border-color css

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

 span { border-color: rgb(165,99,111); }

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