Html Css Color HEX #A26378 Turkish Rose

📋 copy color: '#A26378'

red 162 ◦ green 99 ◦ blue 120

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

Shades of Turkish Rose #A26378

Tints of Turkish Rose #A26378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.5%

R = 42.52%
G = 25.98%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A26378 (or 0xA26378) is known color: Turkish Rose. HEX triplet: A2, 63 and 78. RGB value is (162,99,120). Sum of RGB (Red+Green+Blue) = 162+99+120=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A26378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26378 is #5D9C87. Grayscale: #787878. Windows color (decimal): -6134920 or 7889826. OLE color: 7889826.

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

Color convert

RGB 162 99 120 -
CMYK 0 0.39 0.26 0.36
HSL 340º 0.25% 0.51% -
HSV(B) 340º 0.39% 0.64% -
XYZ 22.75 17.96 20.04 -
YUV 120.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 162 99 120 0 0.39 0.26 0.36 340 0.25 0.51
Hex A2 63 78 0 27 1A 24 154 19 33
Octal 242 143 170 0 47 32 44 524 31 63
Binary 10100010 1100011 1111000 0 100111 11010 100100 101010100 11001 110011

Color Harmonies of #A26378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26378

Black with #A26378

Text Example


Text Example

White with #A26378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26378; }

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

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

background-color css

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

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

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

border-color css

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

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

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