Html Css Color HEX #A26476 Turkish Rose

📋 copy color: '#A26476'

red 162 ◦ green 100 ◦ blue 118

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

Shades of Turkish Rose #A26476

Tints of Turkish Rose #A26476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.32%

 BLUE value IS 118 (46.48% from 255) = 31.05%

R = 42.63%
G = 26.32%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A26476 (or 0xA26476) is known color: Turkish Rose. HEX triplet: A2, 64 and 76. RGB value is (162,100,118). Sum of RGB (Red+Green+Blue) = 162+100+118=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A26476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26476 is #5D9B89. Grayscale: #787878. Windows color (decimal): -6134666 or 7759010. OLE color: 7759010.

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

Color convert

RGB 162 100 118 -
CMYK 0 0.38 0.27 0.36
HSL 342.58º 0.25% 0.51% -
HSV(B) 342.58º 0.38% 0.64% -
XYZ 22.73 18.1 19.44 -
YUV 120.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 162 100 118 0 0.38 0.27 0.36 342.58 0.25 0.51
Hex A2 64 76 0 26 1B 24 157 19 33
Octal 242 144 166 0 46 33 44 527 31 63
Binary 10100010 1100100 1110110 0 100110 11011 100100 101010111 11001 110011

Color Harmonies of #A26476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26476

Black with #A26476

Text Example


Text Example

White with #A26476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26476; }

 p { color: rgb(162,100,118); }

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

background-color css

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

 a { background-color: rgb(162,100,118); }

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

border-color css

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

 span { border-color: rgb(162,100,118); }

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