Html Css Color HEX #A26165 Turkish Rose

📋 copy color: '#A26165'

red 162 ◦ green 97 ◦ blue 101

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

Shades of Turkish Rose #A26165

Tints of Turkish Rose #A26165

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.94%

 BLUE value IS 101 (39.84% from 255) = 28.06%

R = 45%
G = 26.94%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A26165 (or 0xA26165) is known color: Turkish Rose. HEX triplet: A2, 61 and 65. RGB value is (162,97,101). Sum of RGB (Red+Green+Blue) = 162+97+101=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A26165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26165 is #5D9E9A. Grayscale: #747474. Windows color (decimal): -6135451 or 6644130. OLE color: 6644130.

HSL color Cylindrical-coordinate representation of color #A26165: hue angle of 356.31º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A26165 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 97 101 -
CMYK 0 0.40 0.38 0.36
HSL 356.31º 0.26% 0.51% -
HSV(B) 356.31º 0.4% 0.64% -
XYZ 21.52 17.17 14.49 -
YUV 116.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 162 97 101 0 0.40 0.38 0.36 356.31 0.26 0.51
Hex A2 61 65 0 28 26 24 164 1A 33
Octal 242 141 145 0 50 46 44 544 32 63
Binary 10100010 1100001 1100101 0 101000 100110 100100 101100100 11010 110011

Color Harmonies of #A26165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26165

Black with #A26165

Text Example


Text Example

White with #A26165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26165; }

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

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

background-color css

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

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

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

border-color css

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

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

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