Html Css Color HEX #A06268 Turkish Rose

📋 copy color: '#A06268'

red 160 ◦ green 98 ◦ blue 104

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

Shades of Turkish Rose #A06268

Tints of Turkish Rose #A06268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.07%

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

R = 44.2%
G = 27.07%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A06268 (or 0xA06268) is known color: Turkish Rose. HEX triplet: A0, 62 and 68. RGB value is (160,98,104). Sum of RGB (Red+Green+Blue) = 160+98+104=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A06268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06268 is #5F9D97. Grayscale: #757575. Windows color (decimal): -6266264 or 6840992. OLE color: 6840992.

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

Color convert

RGB 160 98 104 -
CMYK 0 0.39 0.35 0.37
HSL 354.19º 0.25% 0.51% -
HSV(B) 354.19º 0.39% 0.63% -
XYZ 21.36 17.21 15.29 -
YUV 117.22 120.54 158.51 -
System Red Green Blue C M Y K H S L
Decimal 160 98 104 0 0.39 0.35 0.37 354.19 0.25 0.51
Hex A0 62 68 0 27 23 25 162 19 33
Octal 240 142 150 0 47 43 45 542 31 63
Binary 10100000 1100010 1101000 0 100111 100011 100101 101100010 11001 110011

Color Harmonies of #A06268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06268

Black with #A06268

Text Example


Text Example

White with #A06268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06268; }

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

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

background-color css

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

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

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

border-color css

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

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

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