Html Css Color HEX #A46263 Turkish Rose

📋 copy color: '#A46263'

red 164 ◦ green 98 ◦ blue 99

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

Shades of Turkish Rose #A46263

Tints of Turkish Rose #A46263

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.15%

 BLUE value IS 99 (39.06% from 255) = 27.42%

R = 45.43%
G = 27.15%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A46263 (or 0xA46263) is known color: Turkish Rose. HEX triplet: A4, 62 and 63. RGB value is (164,98,99). Sum of RGB (Red+Green+Blue) = 164+98+99=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A46263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46263 is #5B9D9C. Grayscale: #757575. Windows color (decimal): -6004125 or 6513316. OLE color: 6513316.

HSL color Cylindrical-coordinate representation of color #A46263: hue angle of 359.09º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A46263 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 98 99 -
CMYK 0 0.40 0.40 0.36
HSL 359.09º 0.27% 0.51% -
HSV(B) 359.09º 0.4% 0.64% -
XYZ 21.93 17.53 14.03 -
YUV 117.85 117.37 160.92 -
System Red Green Blue C M Y K H S L
Decimal 164 98 99 0 0.40 0.40 0.36 359.09 0.27 0.51
Hex A4 62 63 0 28 28 24 167 1B 33
Octal 244 142 143 0 50 50 44 547 33 63
Binary 10100100 1100010 1100011 0 101000 101000 100100 101100111 11011 110011

Color Harmonies of #A46263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46263

Black with #A46263

Text Example


Text Example

White with #A46263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46263; }

 p { color: rgb(164,98,99); }

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

background-color css

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

 a { background-color: rgb(164,98,99); }

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

border-color css

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

 span { border-color: rgb(164,98,99); }

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