Html Css Color HEX #A26265 Turkish Rose

📋 copy color: '#A26265'

red 162 ◦ green 98 ◦ blue 101

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

Shades of Turkish Rose #A26265

Tints of Turkish Rose #A26265

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.15%

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

R = 44.88%
G = 27.15%
B = 27.98%

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

#A26265 (or 0xA26265) is known color: Turkish Rose. HEX triplet: A2, 62 and 65. RGB value is (162,98,101). Sum of RGB (Red+Green+Blue) = 162+98+101=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A26265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26265 is #5D9D9A. Grayscale: #757575. Windows color (decimal): -6135195 or 6644386. OLE color: 6644386.

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

Color convert

RGB 162 98 101 -
CMYK 0 0.40 0.38 0.36
HSL 357.19º 0.26% 0.51% -
HSV(B) 357.19º 0.4% 0.64% -
XYZ 21.62 17.36 14.52 -
YUV 117.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 162 98 101 0 0.40 0.38 0.36 357.19 0.26 0.51
Hex A2 62 65 0 28 26 24 165 1A 33
Octal 242 142 145 0 50 46 44 545 32 63
Binary 10100010 1100010 1100101 0 101000 100110 100100 101100101 11010 110011

Color Harmonies of #A26265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26265

Black with #A26265

Text Example


Text Example

White with #A26265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26265; }

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

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

background-color css

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

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

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

border-color css

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

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

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