Html Css Color HEX #A26263 Turkish Rose

📋 copy color: '#A26263'

red 162 ◦ green 98 ◦ blue 99

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

Shades of Turkish Rose #A26263

Tints of Turkish Rose #A26263

RGB

 RED value IS 162 (63.67% from 255) = 45.13%

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

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

R = 45.13%
G = 27.3%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A26263 (or 0xA26263) is known color: Turkish Rose. HEX triplet: A2, 62 and 63. RGB value is (162,98,99). Sum of RGB (Red+Green+Blue) = 162+98+99=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A26263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26263 is #5D9D9C. Grayscale: #757575. Windows color (decimal): -6135197 or 6513314. OLE color: 6513314.

HSL color Cylindrical-coordinate representation of color #A26263: hue angle of 359.06º degrees, saturation: 0.26, 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 #A26263 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 98 99 -
CMYK 0 0.40 0.39 0.36
HSL 359.06º 0.26% 0.51% -
HSV(B) 359.06º 0.4% 0.64% -
XYZ 21.52 17.32 14.01 -
YUV 117.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 162 98 99 0 0.40 0.39 0.36 359.06 0.26 0.51
Hex A2 62 63 0 28 27 24 167 1A 33
Octal 242 142 143 0 50 47 44 547 32 63
Binary 10100010 1100010 1100011 0 101000 100111 100100 101100111 11010 110011

Color Harmonies of #A26263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26263

Black with #A26263

Text Example


Text Example

White with #A26263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26263; }

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

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

background-color css

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

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

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

border-color css

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

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

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