Html Css Color HEX #A26575 Turkish Rose

📋 copy color: '#A26575'

red 162 ◦ green 101 ◦ blue 117

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

Shades of Turkish Rose #A26575

Tints of Turkish Rose #A26575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.58%

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

R = 42.63%
G = 26.58%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A26575 (or 0xA26575) is known color: Turkish Rose. HEX triplet: A2, 65 and 75. RGB value is (162,101,117). Sum of RGB (Red+Green+Blue) = 162+101+117=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A26575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26575 is #5D9A8A. Grayscale: #797979. Windows color (decimal): -6134411 or 7693730. OLE color: 7693730.

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

Color convert

RGB 162 101 117 -
CMYK 0 0.38 0.28 0.36
HSL 344.26º 0.25% 0.52% -
HSV(B) 344.26º 0.38% 0.64% -
XYZ 22.76 18.27 19.16 -
YUV 121.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 162 101 117 0 0.38 0.28 0.36 344.26 0.25 0.52
Hex A2 65 75 0 26 1C 24 158 19 34
Octal 242 145 165 0 46 34 44 530 31 64
Binary 10100010 1100101 1110101 0 100110 11100 100100 101011000 11001 110100

Color Harmonies of #A26575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26575

Black with #A26575

Text Example


Text Example

White with #A26575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26575; }

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

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

background-color css

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

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

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

border-color css

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

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

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