Html Css Color HEX #A3666C Turkish Rose

📋 copy color: '#A3666C'

red 163 ◦ green 102 ◦ blue 108

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

Shades of Turkish Rose #A3666C

Tints of Turkish Rose #A3666C

RGB

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

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

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

R = 43.7%
G = 27.35%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A3666C (or 0xA3666C) is known color: Turkish Rose. HEX triplet: A3, 66 and 6C. RGB value is (163,102,108). Sum of RGB (Red+Green+Blue) = 163+102+108=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A3666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3666C is #5C9993. Grayscale: #787878. Windows color (decimal): -6068628 or 7104163. OLE color: 7104163.

HSL color Cylindrical-coordinate representation of color #A3666C: hue angle of 354.1º 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 #A3666C is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 102 108 -
CMYK 0 0.37 0.34 0.36
HSL 354.1º 0.25% 0.52% -
HSV(B) 354.1º 0.37% 0.64% -
XYZ 22.56 18.37 16.54 -
YUV 120.92 120.71 158.01 -
System Red Green Blue C M Y K H S L
Decimal 163 102 108 0 0.37 0.34 0.36 354.1 0.25 0.52
Hex A3 66 6C 0 25 22 24 162 19 34
Octal 243 146 154 0 45 42 44 542 31 64
Binary 10100011 1100110 1101100 0 100101 100010 100100 101100010 11001 110100

Color Harmonies of #A3666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3666C

Black with #A3666C

Text Example


Text Example

White with #A3666C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3666C; }

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

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

background-color css

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

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

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

border-color css

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

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

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