Html Css Color HEX #A3666F Turkish Rose

📋 copy color: '#A3666F'

red 163 ◦ green 102 ◦ blue 111

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

Shades of Turkish Rose #A3666F

Tints of Turkish Rose #A3666F

RGB

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

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

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

R = 43.35%
G = 27.13%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A3666F (or 0xA3666F) is known color: Turkish Rose. HEX triplet: A3, 66 and 6F. RGB value is (163,102,111). Sum of RGB (Red+Green+Blue) = 163+102+111=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A3666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3666F is #5C9990. Grayscale: #797979. Windows color (decimal): -6068625 or 7300771. OLE color: 7300771.

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

Color convert

RGB 163 102 111 -
CMYK 0 0.37 0.32 0.36
HSL 351.15º 0.25% 0.52% -
HSV(B) 351.15º 0.37% 0.64% -
XYZ 22.72 18.44 17.4 -
YUV 121.27 122.21 157.77 -
System Red Green Blue C M Y K H S L
Decimal 163 102 111 0 0.37 0.32 0.36 351.15 0.25 0.52
Hex A3 66 6F 0 25 20 24 15F 19 34
Octal 243 146 157 0 45 40 44 537 31 64
Binary 10100011 1100110 1101111 0 100101 100000 100100 101011111 11001 110100

Color Harmonies of #A3666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3666F

Black with #A3666F

Text Example


Text Example

White with #A3666F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3666F; }

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

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

background-color css

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

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

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

border-color css

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

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

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