Html Css Color HEX #A06667 Turkish Rose

📋 copy color: '#A06667'

red 160 ◦ green 102 ◦ blue 103

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

Shades of Turkish Rose #A06667

Tints of Turkish Rose #A06667

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.95%

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

R = 43.84%
G = 27.95%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A06667 (or 0xA06667) is known color: Turkish Rose. HEX triplet: A0, 66 and 67. RGB value is (160,102,103). Sum of RGB (Red+Green+Blue) = 160+102+103=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A06667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06667 is #5F9998. Grayscale: #777777. Windows color (decimal): -6265241 or 6776480. OLE color: 6776480.

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

Color convert

RGB 160 102 103 -
CMYK 0 0.36 0.36 0.37
HSL 358.97º 0.23% 0.51% -
HSV(B) 358.97º 0.36% 0.63% -
XYZ 21.7 17.96 15.15 -
YUV 119.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 160 102 103 0 0.36 0.36 0.37 358.97 0.23 0.51
Hex A0 66 67 0 24 24 25 167 17 33
Octal 240 146 147 0 44 44 45 547 27 63
Binary 10100000 1100110 1100111 0 100100 100100 100101 101100111 10111 110011

Color Harmonies of #A06667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06667

Black with #A06667

Text Example


Text Example

White with #A06667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06667; }

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

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

background-color css

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

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

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

border-color css

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

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

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