Html Css Color HEX #A26368 Turkish Rose

📋 copy color: '#A26368'

red 162 ◦ green 99 ◦ blue 104

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

Shades of Turkish Rose #A26368

Tints of Turkish Rose #A26368

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.12%

 BLUE value IS 104 (41.02% from 255) = 28.49%

R = 44.38%
G = 27.12%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A26368 (or 0xA26368) is known color: Turkish Rose. HEX triplet: A2, 63 and 68. RGB value is (162,99,104). Sum of RGB (Red+Green+Blue) = 162+99+104=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A26368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26368 is #5D9C97. Grayscale: #767676. Windows color (decimal): -6134936 or 6841250. OLE color: 6841250.

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

Color convert

RGB 162 99 104 -
CMYK 0 0.39 0.36 0.36
HSL 355.24º 0.25% 0.51% -
HSV(B) 355.24º 0.39% 0.64% -
XYZ 21.86 17.6 15.34 -
YUV 118.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 162 99 104 0 0.39 0.36 0.36 355.24 0.25 0.51
Hex A2 63 68 0 27 24 24 163 19 33
Octal 242 143 150 0 47 44 44 543 31 63
Binary 10100010 1100011 1101000 0 100111 100100 100100 101100011 11001 110011

Color Harmonies of #A26368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26368

Black with #A26368

Text Example


Text Example

White with #A26368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26368; }

 p { color: rgb(162,99,104); }

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

background-color css

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

 a { background-color: rgb(162,99,104); }

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

border-color css

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

 span { border-color: rgb(162,99,104); }

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