Html Css Color HEX #A26370 Turkish Rose

📋 copy color: '#A26370'

red 162 ◦ green 99 ◦ blue 112

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

Shades of Turkish Rose #A26370

Tints of Turkish Rose #A26370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.54%

 BLUE value IS 112 (44.14% from 255) = 30.03%

R = 43.43%
G = 26.54%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A26370 (or 0xA26370) is known color: Turkish Rose. HEX triplet: A2, 63 and 70. RGB value is (162,99,112). Sum of RGB (Red+Green+Blue) = 162+99+112=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A26370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26370 is #5D9C8F. Grayscale: #777777. Windows color (decimal): -6134928 or 7365538. OLE color: 7365538.

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

Color convert

RGB 162 99 112 -
CMYK 0 0.39 0.31 0.36
HSL 347.62º 0.25% 0.51% -
HSV(B) 347.62º 0.39% 0.64% -
XYZ 22.29 17.77 17.59 -
YUV 119.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 162 99 112 0 0.39 0.31 0.36 347.62 0.25 0.51
Hex A2 63 70 0 27 1F 24 15C 19 33
Octal 242 143 160 0 47 37 44 534 31 63
Binary 10100010 1100011 1110000 0 100111 11111 100100 101011100 11001 110011

Color Harmonies of #A26370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26370

Black with #A26370

Text Example


Text Example

White with #A26370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26370; }

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

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

background-color css

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

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

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

border-color css

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

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

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