Html Css Color HEX #A26C70 Turkish Rose

📋 copy color: '#A26C70'

red 162 ◦ green 108 ◦ blue 112

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

Shades of Turkish Rose #A26C70

Tints of Turkish Rose #A26C70

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.27%

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

R = 42.41%
G = 28.27%
B = 29.32%

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

#A26C70 (or 0xA26C70) is known color: Turkish Rose. HEX triplet: A2, 6C and 70. RGB value is (162,108,112). Sum of RGB (Red+Green+Blue) = 162+108+112=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26C70 is #5D938F. Grayscale: #7C7C7C. Windows color (decimal): -6132624 or 7367842. OLE color: 7367842.

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

Color convert

RGB 162 108 112 -
CMYK 0 0.33 0.31 0.36
HSL 355.56º 0.23% 0.53% -
HSV(B) 355.56º 0.33% 0.64% -
XYZ 23.19 19.58 17.89 -
YUV 124.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 162 108 112 0 0.33 0.31 0.36 355.56 0.23 0.53
Hex A2 6C 70 0 21 1F 24 164 16 35
Octal 242 154 160 0 41 37 44 544 26 65
Binary 10100010 1101100 1110000 0 100001 11111 100100 101100100 10110 110101

Color Harmonies of #A26C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26C70

Black with #A26C70

Text Example


Text Example

White with #A26C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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