Html Css Color HEX #A26472 Turkish Rose

📋 copy color: '#A26472'

red 162 ◦ green 100 ◦ blue 114

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

Shades of Turkish Rose #A26472

Tints of Turkish Rose #A26472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.32%

R = 43.09%
G = 26.6%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A26472 (or 0xA26472) is known color: Turkish Rose. HEX triplet: A2, 64 and 72. RGB value is (162,100,114). Sum of RGB (Red+Green+Blue) = 162+100+114=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A26472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26472 is #5D9B8D. Grayscale: #787878. Windows color (decimal): -6134670 or 7496866. OLE color: 7496866.

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

Color convert

RGB 162 100 114 -
CMYK 0 0.38 0.30 0.36
HSL 346.45º 0.25% 0.51% -
HSV(B) 346.45º 0.38% 0.64% -
XYZ 22.49 18.01 18.21 -
YUV 120.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 162 100 114 0 0.38 0.30 0.36 346.45 0.25 0.51
Hex A2 64 72 0 26 1E 24 15A 19 33
Octal 242 144 162 0 46 36 44 532 31 63
Binary 10100010 1100100 1110010 0 100110 11110 100100 101011010 11001 110011

Color Harmonies of #A26472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26472

Black with #A26472

Text Example


Text Example

White with #A26472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26472; }

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

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

background-color css

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

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

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

border-color css

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

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

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