Html Css Color HEX #A46678 Turkish Rose

📋 copy color: '#A46678'

red 164 ◦ green 102 ◦ blue 120

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

Shades of Turkish Rose #A46678

Tints of Turkish Rose #A46678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.09%

R = 42.49%
G = 26.42%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A46678 (or 0xA46678) is known color: Turkish Rose. HEX triplet: A4, 66 and 78. RGB value is (164,102,120). Sum of RGB (Red+Green+Blue) = 164+102+120=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A46678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46678 is #5B9987. Grayscale: #7A7A7A. Windows color (decimal): -6003080 or 7890596. OLE color: 7890596.

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

Color convert

RGB 164 102 120 -
CMYK 0 0.38 0.27 0.36
HSL 342.58º 0.25% 0.52% -
HSV(B) 342.58º 0.38% 0.64% -
XYZ 23.45 18.75 20.15 -
YUV 122.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 164 102 120 0 0.38 0.27 0.36 342.58 0.25 0.52
Hex A4 66 78 0 26 1B 24 157 19 34
Octal 244 146 170 0 46 33 44 527 31 64
Binary 10100100 1100110 1111000 0 100110 11011 100100 101010111 11001 110100

Color Harmonies of #A46678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46678

Black with #A46678

Text Example


Text Example

White with #A46678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46678; }

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

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

background-color css

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

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

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

border-color css

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

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

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