Html Css Color HEX #A56074 Turkish Rose

📋 copy color: '#A56074'

red 165 ◦ green 96 ◦ blue 116

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

Shades of Turkish Rose #A56074

Tints of Turkish Rose #A56074

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.46%

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

R = 43.77%
G = 25.46%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A56074 (or 0xA56074) is known color: Turkish Rose. HEX triplet: A5, 60 and 74. RGB value is (165,96,116). Sum of RGB (Red+Green+Blue) = 165+96+116=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A56074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56074 is #5A9F8B. Grayscale: #767676. Windows color (decimal): -5939084 or 7626917. OLE color: 7626917.

HSL color Cylindrical-coordinate representation of color #A56074: hue angle of 342.61º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A56074 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 96 116 -
CMYK 0 0.42 0.30 0.35
HSL 342.61º 0.28% 0.51% -
HSV(B) 342.61º 0.42% 0.65% -
XYZ 22.85 17.63 18.72 -
YUV 118.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 165 96 116 0 0.42 0.30 0.35 342.61 0.28 0.51
Hex A5 60 74 0 2A 1E 23 157 1C 33
Octal 245 140 164 0 52 36 43 527 34 63
Binary 10100101 1100000 1110100 0 101010 11110 100011 101010111 11100 110011

Color Harmonies of #A56074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56074

Black with #A56074

Text Example


Text Example

White with #A56074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56074; }

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

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

background-color css

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

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

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

border-color css

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

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

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