Html Css Color HEX #A26D71 Turkish Rose

📋 copy color: '#A26D71'

red 162 ◦ green 109 ◦ blue 113

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

Shades of Turkish Rose #A26D71

Tints of Turkish Rose #A26D71

RGB

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

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

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

R = 42.19%
G = 28.39%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A26D71 (or 0xA26D71) is known color: Turkish Rose. HEX triplet: A2, 6D and 71. RGB value is (162,109,113). Sum of RGB (Red+Green+Blue) = 162+109+113=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26D71 is #5D928E. Grayscale: #7D7D7D. Windows color (decimal): -6132367 or 7433634. OLE color: 7433634.

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

Color convert

RGB 162 109 113 -
CMYK 0 0.33 0.30 0.36
HSL 355.47º 0.22% 0.53% -
HSV(B) 355.47º 0.33% 0.64% -
XYZ 23.35 19.81 18.22 -
YUV 125.3 121.06 154.17 -
System Red Green Blue C M Y K H S L
Decimal 162 109 113 0 0.33 0.30 0.36 355.47 0.22 0.53
Hex A2 6D 71 0 21 1E 24 163 16 35
Octal 242 155 161 0 41 36 44 543 26 65
Binary 10100010 1101101 1110001 0 100001 11110 100100 101100011 10110 110101

Color Harmonies of #A26D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26D71

Black with #A26D71

Text Example


Text Example

White with #A26D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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