Html Css Color HEX #A56669 Turkish Rose

📋 copy color: '#A56669'

red 165 ◦ green 102 ◦ blue 105

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

Shades of Turkish Rose #A56669

Tints of Turkish Rose #A56669

RGB

 RED value IS 165 (64.84% from 255) = 44.35%

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

 BLUE value IS 105 (41.41% from 255) = 28.23%

R = 44.35%
G = 27.42%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A56669 (or 0xA56669) is known color: Turkish Rose. HEX triplet: A5, 66 and 69. RGB value is (165,102,105). Sum of RGB (Red+Green+Blue) = 165+102+105=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A56669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56669 is #5A9996. Grayscale: #797979. Windows color (decimal): -5937559 or 6907557. OLE color: 6907557.

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

Color convert

RGB 165 102 105 -
CMYK 0 0.38 0.36 0.35
HSL 357.14º 0.26% 0.52% -
HSV(B) 357.14º 0.38% 0.65% -
XYZ 22.82 18.52 15.74 -
YUV 121.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 165 102 105 0 0.38 0.36 0.35 357.14 0.26 0.52
Hex A5 66 69 0 26 24 23 165 1A 34
Octal 245 146 151 0 46 44 43 545 32 64
Binary 10100101 1100110 1101001 0 100110 100100 100011 101100101 11010 110100

Color Harmonies of #A56669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56669

Black with #A56669

Text Example


Text Example

White with #A56669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56669; }

 p { color: rgb(165,102,105); }

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

background-color css

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

 a { background-color: rgb(165,102,105); }

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

border-color css

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

 span { border-color: rgb(165,102,105); }

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