Html Css Color HEX #A26063 Turkish Rose

📋 copy color: '#A26063'

red 162 ◦ green 96 ◦ blue 99

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

Shades of Turkish Rose #A26063

Tints of Turkish Rose #A26063

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.89%

 BLUE value IS 99 (39.06% from 255) = 27.73%

R = 45.38%
G = 26.89%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A26063 (or 0xA26063) is known color: Turkish Rose. HEX triplet: A2, 60 and 63. RGB value is (162,96,99). Sum of RGB (Red+Green+Blue) = 162+96+99=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A26063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26063 is #5D9F9C. Grayscale: #747474. Windows color (decimal): -6135709 or 6512802. OLE color: 6512802.

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

Color convert

RGB 162 96 99 -
CMYK 0 0.41 0.39 0.36
HSL 357.27º 0.26% 0.51% -
HSV(B) 357.27º 0.41% 0.64% -
XYZ 21.34 16.95 13.95 -
YUV 116.08 118.37 160.76 -
System Red Green Blue C M Y K H S L
Decimal 162 96 99 0 0.41 0.39 0.36 357.27 0.26 0.51
Hex A2 60 63 0 29 27 24 165 1A 33
Octal 242 140 143 0 51 47 44 545 32 63
Binary 10100010 1100000 1100011 0 101001 100111 100100 101100101 11010 110011

Color Harmonies of #A26063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26063

Black with #A26063

Text Example


Text Example

White with #A26063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26063; }

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

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

background-color css

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

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

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

border-color css

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

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

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