Html Css Color HEX #A36B75 Turkish Rose

📋 copy color: '#A36B75'

red 163 ◦ green 107 ◦ blue 117

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

Shades of Turkish Rose #A36B75

Tints of Turkish Rose #A36B75

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.65%

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

R = 42.12%
G = 27.65%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A36B75 (or 0xA36B75) is known color: Turkish Rose. HEX triplet: A3, 6B and 75. RGB value is (163,107,117). Sum of RGB (Red+Green+Blue) = 163+107+117=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A36B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36B75 is #5C948A. Grayscale: #7C7C7C. Windows color (decimal): -6067339 or 7695267. OLE color: 7695267.

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

Color convert

RGB 163 107 117 -
CMYK 0 0.34 0.28 0.36
HSL 349.29º 0.23% 0.53% -
HSV(B) 349.29º 0.34% 0.64% -
XYZ 23.57 19.59 19.37 -
YUV 124.88 123.55 155.19 -
System Red Green Blue C M Y K H S L
Decimal 163 107 117 0 0.34 0.28 0.36 349.29 0.23 0.53
Hex A3 6B 75 0 22 1C 24 15D 17 35
Octal 243 153 165 0 42 34 44 535 27 65
Binary 10100011 1101011 1110101 0 100010 11100 100100 101011101 10111 110101

Color Harmonies of #A36B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36B75

Black with #A36B75

Text Example


Text Example

White with #A36B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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