Html Css Color HEX #A06368 Turkish Rose

📋 copy color: '#A06368'

red 160 ◦ green 99 ◦ blue 104

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

Shades of Turkish Rose #A06368

Tints of Turkish Rose #A06368

RGB

 RED value IS 160 (62.89% from 255) = 44.08%

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

 BLUE value IS 104 (41.02% from 255) = 28.65%

R = 44.08%
G = 27.27%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A06368 (or 0xA06368) is known color: Turkish Rose. HEX triplet: A0, 63 and 68. RGB value is (160,99,104). Sum of RGB (Red+Green+Blue) = 160+99+104=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A06368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06368 is #5F9C97. Grayscale: #757575. Windows color (decimal): -6266008 or 6841248. OLE color: 6841248.

HSL color Cylindrical-coordinate representation of color #A06368: hue angle of 355.08º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A06368 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 99 104 -
CMYK 0 0.38 0.35 0.37
HSL 355.08º 0.24% 0.51% -
HSV(B) 355.08º 0.38% 0.63% -
XYZ 21.46 17.4 15.32 -
YUV 117.81 120.21 158.09 -
System Red Green Blue C M Y K H S L
Decimal 160 99 104 0 0.38 0.35 0.37 355.08 0.24 0.51
Hex A0 63 68 0 26 23 25 163 18 33
Octal 240 143 150 0 46 43 45 543 30 63
Binary 10100000 1100011 1101000 0 100110 100011 100101 101100011 11000 110011

Color Harmonies of #A06368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06368

Black with #A06368

Text Example


Text Example

White with #A06368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06368; }

 p { color: rgb(160,99,104); }

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

background-color css

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

 a { background-color: rgb(160,99,104); }

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

border-color css

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

 span { border-color: rgb(160,99,104); }

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