Html Css Color HEX #A26D75 Turkish Rose

📋 copy color: '#A26D75'

red 162 ◦ green 109 ◦ blue 117

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

Shades of Turkish Rose #A26D75

Tints of Turkish Rose #A26D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.15%

R = 41.75%
G = 28.09%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A26D75 (or 0xA26D75) is known color: Turkish Rose. HEX triplet: A2, 6D and 75. RGB value is (162,109,117). Sum of RGB (Red+Green+Blue) = 162+109+117=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26D75 is #5D928A. Grayscale: #7D7D7D. Windows color (decimal): -6132363 or 7695778. OLE color: 7695778.

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

Color convert

RGB 162 109 117 -
CMYK 0 0.33 0.28 0.36
HSL 350.94º 0.22% 0.53% -
HSV(B) 350.94º 0.33% 0.64% -
XYZ 23.58 19.9 19.43 -
YUV 125.76 123.06 153.85 -
System Red Green Blue C M Y K H S L
Decimal 162 109 117 0 0.33 0.28 0.36 350.94 0.22 0.53
Hex A2 6D 75 0 21 1C 24 15F 16 35
Octal 242 155 165 0 41 34 44 537 26 65
Binary 10100010 1101101 1110101 0 100001 11100 100100 101011111 10110 110101

Color Harmonies of #A26D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26D75

Black with #A26D75

Text Example


Text Example

White with #A26D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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