Html Css Color HEX #A36575 Turkish Rose

📋 copy color: '#A36575'

red 163 ◦ green 101 ◦ blue 117

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

Shades of Turkish Rose #A36575

Tints of Turkish Rose #A36575

RGB

 RED value IS 163 (64.06% from 255) = 42.78%

 GREEN value IS 101 (39.84% from 255) = 26.51%

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

R = 42.78%
G = 26.51%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A36575 (or 0xA36575) is known color: Turkish Rose. HEX triplet: A3, 65 and 75. RGB value is (163,101,117). Sum of RGB (Red+Green+Blue) = 163+101+117=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A36575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36575 is #5C9A8A. Grayscale: #797979. Windows color (decimal): -6068875 or 7693731. OLE color: 7693731.

HSL color Cylindrical-coordinate representation of color #A36575: hue angle of 344.52º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A36575 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 101 117 -
CMYK 0 0.38 0.28 0.36
HSL 344.52º 0.25% 0.52% -
HSV(B) 344.52º 0.38% 0.64% -
XYZ 22.97 18.38 19.17 -
YUV 121.36 125.54 157.7 -
System Red Green Blue C M Y K H S L
Decimal 163 101 117 0 0.38 0.28 0.36 344.52 0.25 0.52
Hex A3 65 75 0 26 1C 24 159 19 34
Octal 243 145 165 0 46 34 44 531 31 64
Binary 10100011 1100101 1110101 0 100110 11100 100100 101011001 11001 110100

Color Harmonies of #A36575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36575

Black with #A36575

Text Example


Text Example

White with #A36575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36575; }

 p { color: rgb(163,101,117); }

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

background-color css

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

 a { background-color: rgb(163,101,117); }

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

border-color css

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

 span { border-color: rgb(163,101,117); }

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