Html Css Color HEX #A7666C Turkish Rose

📋 copy color: '#A7666C'

red 167 ◦ green 102 ◦ blue 108

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

Shades of Turkish Rose #A7666C

Tints of Turkish Rose #A7666C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.65%

R = 44.3%
G = 27.06%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A7666C (or 0xA7666C) is known color: Turkish Rose. HEX triplet: A7, 66 and 6C. RGB value is (167,102,108). Sum of RGB (Red+Green+Blue) = 167+102+108=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A7666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7666C is #589993. Grayscale: #7A7A7A. Windows color (decimal): -5806484 or 7104167. OLE color: 7104167.

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

Color convert

RGB 167 102 108 -
CMYK 0 0.39 0.35 0.35
HSL 354.46º 0.27% 0.53% -
HSV(B) 354.46º 0.39% 0.65% -
XYZ 23.39 18.8 16.58 -
YUV 122.12 120.03 160.01 -
System Red Green Blue C M Y K H S L
Decimal 167 102 108 0 0.39 0.35 0.35 354.46 0.27 0.53
Hex A7 66 6C 0 27 23 23 162 1B 35
Octal 247 146 154 0 47 43 43 542 33 65
Binary 10100111 1100110 1101100 0 100111 100011 100011 101100010 11011 110101

Color Harmonies of #A7666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7666C

Black with #A7666C

Text Example


Text Example

White with #A7666C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7666C; }

 p { color: rgb(167,102,108); }

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

background-color css

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

 a { background-color: rgb(167,102,108); }

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

border-color css

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

 span { border-color: rgb(167,102,108); }

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