Html Css Color HEX #A26771 Turkish Rose

📋 copy color: '#A26771'

red 162 ◦ green 103 ◦ blue 113

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

Shades of Turkish Rose #A26771

Tints of Turkish Rose #A26771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.25%

 BLUE value IS 113 (44.53% from 255) = 29.89%

R = 42.86%
G = 27.25%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A26771 (or 0xA26771) is known color: Turkish Rose. HEX triplet: A2, 67 and 71. RGB value is (162,103,113). Sum of RGB (Red+Green+Blue) = 162+103+113=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A26771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26771 is #5D988E. Grayscale: #797979. Windows color (decimal): -6133903 or 7432098. OLE color: 7432098.

HSL color Cylindrical-coordinate representation of color #A26771: hue angle of 349.83º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A26771 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 103 113 -
CMYK 0 0.36 0.30 0.36
HSL 349.83º 0.24% 0.52% -
HSV(B) 349.83º 0.36% 0.64% -
XYZ 22.73 18.57 18.01 -
YUV 121.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 162 103 113 0 0.36 0.30 0.36 349.83 0.24 0.52
Hex A2 67 71 0 24 1E 24 15E 18 34
Octal 242 147 161 0 44 36 44 536 30 64
Binary 10100010 1100111 1110001 0 100100 11110 100100 101011110 11000 110100

Color Harmonies of #A26771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26771

Black with #A26771

Text Example


Text Example

White with #A26771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26771; }

 p { color: rgb(162,103,113); }

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

background-color css

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

 a { background-color: rgb(162,103,113); }

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

border-color css

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

 span { border-color: rgb(162,103,113); }

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