Html Css Color HEX #A26D70 Turkish Rose

📋 copy color: '#A26D70'

red 162 ◦ green 109 ◦ blue 112

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

Shades of Turkish Rose #A26D70

Tints of Turkish Rose #A26D70

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.46%

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

R = 42.3%
G = 28.46%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A26D70 (or 0xA26D70) is known color: Turkish Rose. HEX triplet: A2, 6D and 70. RGB value is (162,109,112). Sum of RGB (Red+Green+Blue) = 162+109+112=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26D70 is #5D928F. Grayscale: #7D7D7D. Windows color (decimal): -6132368 or 7368098. OLE color: 7368098.

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

Color convert

RGB 162 109 112 -
CMYK 0 0.33 0.31 0.36
HSL 356.6º 0.22% 0.53% -
HSV(B) 356.6º 0.33% 0.64% -
XYZ 23.29 19.79 17.92 -
YUV 125.19 120.56 154.26 -
System Red Green Blue C M Y K H S L
Decimal 162 109 112 0 0.33 0.31 0.36 356.6 0.22 0.53
Hex A2 6D 70 0 21 1F 24 165 16 35
Octal 242 155 160 0 41 37 44 545 26 65
Binary 10100010 1101101 1110000 0 100001 11111 100100 101100101 10110 110101

Color Harmonies of #A26D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26D70

Black with #A26D70

Text Example


Text Example

White with #A26D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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