Html Css Color HEX #A36668 Turkish Rose

📋 copy color: '#A36668'

red 163 ◦ green 102 ◦ blue 104

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

Shades of Turkish Rose #A36668

Tints of Turkish Rose #A36668

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.64%

 BLUE value IS 104 (41.02% from 255) = 28.18%

R = 44.17%
G = 27.64%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A36668 (or 0xA36668) is known color: Turkish Rose. HEX triplet: A3, 66 and 68. RGB value is (163,102,104). Sum of RGB (Red+Green+Blue) = 163+102+104=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A36668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36668 is #5C9997. Grayscale: #787878. Windows color (decimal): -6068632 or 6842019. OLE color: 6842019.

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

Color convert

RGB 163 102 104 -
CMYK 0 0.37 0.36 0.36
HSL 358.03º 0.25% 0.52% -
HSV(B) 358.03º 0.37% 0.64% -
XYZ 22.35 18.29 15.45 -
YUV 120.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 163 102 104 0 0.37 0.36 0.36 358.03 0.25 0.52
Hex A3 66 68 0 25 24 24 166 19 34
Octal 243 146 150 0 45 44 44 546 31 64
Binary 10100011 1100110 1101000 0 100101 100100 100100 101100110 11001 110100

Color Harmonies of #A36668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36668

Black with #A36668

Text Example


Text Example

White with #A36668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36668; }

 p { color: rgb(163,102,104); }

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

background-color css

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

 a { background-color: rgb(163,102,104); }

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

border-color css

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

 span { border-color: rgb(163,102,104); }

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