Html Css Color HEX #A46676 Turkish Rose

📋 copy color: '#A46676'

red 164 ◦ green 102 ◦ blue 118

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

Shades of Turkish Rose #A46676

Tints of Turkish Rose #A46676

RGB

 RED value IS 164 (64.45% from 255) = 42.71%

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

 BLUE value IS 118 (46.48% from 255) = 30.73%

R = 42.71%
G = 26.56%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A46676 (or 0xA46676) is known color: Turkish Rose. HEX triplet: A4, 66 and 76. RGB value is (164,102,118). Sum of RGB (Red+Green+Blue) = 164+102+118=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A46676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46676 is #5B9989. Grayscale: #7A7A7A. Windows color (decimal): -6003082 or 7759524. OLE color: 7759524.

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

Color convert

RGB 164 102 118 -
CMYK 0 0.38 0.28 0.36
HSL 344.52º 0.25% 0.52% -
HSV(B) 344.52º 0.38% 0.64% -
XYZ 23.33 18.7 19.52 -
YUV 122.36 125.54 157.7 -
System Red Green Blue C M Y K H S L
Decimal 164 102 118 0 0.38 0.28 0.36 344.52 0.25 0.52
Hex A4 66 76 0 26 1C 24 159 19 34
Octal 244 146 166 0 46 34 44 531 31 64
Binary 10100100 1100110 1110110 0 100110 11100 100100 101011001 11001 110100

Color Harmonies of #A46676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46676

Black with #A46676

Text Example


Text Example

White with #A46676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46676; }

 p { color: rgb(164,102,118); }

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

background-color css

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

 a { background-color: rgb(164,102,118); }

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

border-color css

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

 span { border-color: rgb(164,102,118); }

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