Html Css Color HEX #A56674 Turkish Rose

📋 copy color: '#A56674'

red 165 ◦ green 102 ◦ blue 116

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

Shades of Turkish Rose #A56674

Tints of Turkish Rose #A56674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.29%

R = 43.08%
G = 26.63%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A56674 (or 0xA56674) is known color: Turkish Rose. HEX triplet: A5, 66 and 74. RGB value is (165,102,116). Sum of RGB (Red+Green+Blue) = 165+102+116=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A56674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56674 is #5A998B. Grayscale: #7A7A7A. Windows color (decimal): -5937548 or 7628453. OLE color: 7628453.

HSL color Cylindrical-coordinate representation of color #A56674: hue angle of 346.67º 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 #A56674 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 102 116 -
CMYK 0 0.38 0.30 0.35
HSL 346.67º 0.26% 0.52% -
HSV(B) 346.67º 0.38% 0.65% -
XYZ 23.42 18.76 18.91 -
YUV 122.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 165 102 116 0 0.38 0.30 0.35 346.67 0.26 0.52
Hex A5 66 74 0 26 1E 23 15B 1A 34
Octal 245 146 164 0 46 36 43 533 32 64
Binary 10100101 1100110 1110100 0 100110 11110 100011 101011011 11010 110100

Color Harmonies of #A56674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56674

Black with #A56674

Text Example


Text Example

White with #A56674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56674; }

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

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

background-color css

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

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

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

border-color css

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

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

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