Html Css Color HEX #A26367 Turkish Rose

📋 copy color: '#A26367'

red 162 ◦ green 99 ◦ blue 103

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

Shades of Turkish Rose #A26367

Tints of Turkish Rose #A26367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.3%

R = 44.51%
G = 27.2%
B = 28.3%

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

#A26367 (or 0xA26367) is known color: Turkish Rose. HEX triplet: A2, 63 and 67. RGB value is (162,99,103). Sum of RGB (Red+Green+Blue) = 162+99+103=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A26367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26367 is #5D9C98. Grayscale: #767676. Windows color (decimal): -6134937 or 6775714. OLE color: 6775714.

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

Color convert

RGB 162 99 103 -
CMYK 0 0.39 0.36 0.36
HSL 356.19º 0.25% 0.51% -
HSV(B) 356.19º 0.39% 0.64% -
XYZ 21.81 17.58 15.08 -
YUV 118.29 119.37 159.17 -
System Red Green Blue C M Y K H S L
Decimal 162 99 103 0 0.39 0.36 0.36 356.19 0.25 0.51
Hex A2 63 67 0 27 24 24 164 19 33
Octal 242 143 147 0 47 44 44 544 31 63
Binary 10100010 1100011 1100111 0 100111 100100 100100 101100100 11001 110011

Color Harmonies of #A26367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26367

Black with #A26367

Text Example


Text Example

White with #A26367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26367; }

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

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

background-color css

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

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

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

border-color css

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

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

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