Html Css Color HEX #A7606D Turkish Rose

📋 copy color: '#A7606D'

red 167 ◦ green 96 ◦ blue 109

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

Shades of Turkish Rose #A7606D

Tints of Turkish Rose #A7606D

RGB

 RED value IS 167 (65.63% from 255) = 44.89%

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

 BLUE value IS 109 (42.97% from 255) = 29.3%

R = 44.89%
G = 25.81%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A7606D (or 0xA7606D) is known color: Turkish Rose. HEX triplet: A7, 60 and 6D. RGB value is (167,96,109). Sum of RGB (Red+Green+Blue) = 167+96+109=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 167 - color contains mainly: red. Hex color #A7606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7606D is #589F92. Grayscale: #767676. Windows color (decimal): -5808019 or 7168167. OLE color: 7168167.

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

Color convert

RGB 167 96 109 -
CMYK 0 0.43 0.35 0.35
HSL 349.01º 0.29% 0.52% -
HSV(B) 349.01º 0.43% 0.65% -
XYZ 22.88 17.69 16.68 -
YUV 118.71 122.52 162.44 -
System Red Green Blue C M Y K H S L
Decimal 167 96 109 0 0.43 0.35 0.35 349.01 0.29 0.52
Hex A7 60 6D 0 2B 23 23 15D 1D 34
Octal 247 140 155 0 53 43 43 535 35 64
Binary 10100111 1100000 1101101 0 101011 100011 100011 101011101 11101 110100

Color Harmonies of #A7606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7606D

Black with #A7606D

Text Example


Text Example

White with #A7606D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7606D; }

 p { color: rgb(167,96,109); }

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

background-color css

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

 a { background-color: rgb(167,96,109); }

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

border-color css

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

 span { border-color: rgb(167,96,109); }

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