Html Css Color HEX #A06267 Turkish Rose

📋 copy color: '#A06267'

red 160 ◦ green 98 ◦ blue 103

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

Shades of Turkish Rose #A06267

Tints of Turkish Rose #A06267

RGB

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

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

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

R = 44.32%
G = 27.15%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A06267 (or 0xA06267) is known color: Turkish Rose. HEX triplet: A0, 62 and 67. RGB value is (160,98,103). Sum of RGB (Red+Green+Blue) = 160+98+103=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A06267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06267 is #5F9D98. Grayscale: #757575. Windows color (decimal): -6266265 or 6775456. OLE color: 6775456.

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

Color convert

RGB 160 98 103 -
CMYK 0 0.39 0.36 0.37
HSL 355.16º 0.25% 0.51% -
HSV(B) 355.16º 0.39% 0.63% -
XYZ 21.31 17.19 15.03 -
YUV 117.11 120.04 158.59 -
System Red Green Blue C M Y K H S L
Decimal 160 98 103 0 0.39 0.36 0.37 355.16 0.25 0.51
Hex A0 62 67 0 27 24 25 163 19 33
Octal 240 142 147 0 47 44 45 543 31 63
Binary 10100000 1100010 1100111 0 100111 100100 100101 101100011 11001 110011

Color Harmonies of #A06267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06267

Black with #A06267

Text Example


Text Example

White with #A06267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06267; }

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

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

background-color css

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

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

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

border-color css

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

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

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