Html Css Color HEX #A06772 Turkish Rose

📋 copy color: '#A06772'

red 160 ◦ green 103 ◦ blue 114

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

Shades of Turkish Rose #A06772

Tints of Turkish Rose #A06772

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.32%

 BLUE value IS 114 (44.92% from 255) = 30.24%

R = 42.44%
G = 27.32%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A06772 (or 0xA06772) is known color: Turkish Rose. HEX triplet: A0, 67 and 72. RGB value is (160,103,114). Sum of RGB (Red+Green+Blue) = 160+103+114=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A06772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06772 is #5F988D. Grayscale: #797979. Windows color (decimal): -6264974 or 7497632. OLE color: 7497632.

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

Color convert

RGB 160 103 114 -
CMYK 0 0.36 0.29 0.37
HSL 348.42º 0.23% 0.52% -
HSV(B) 348.42º 0.36% 0.63% -
XYZ 22.38 18.39 18.29 -
YUV 121.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 160 103 114 0 0.36 0.29 0.37 348.42 0.23 0.52
Hex A0 67 72 0 24 1D 25 15C 17 34
Octal 240 147 162 0 44 35 45 534 27 64
Binary 10100000 1100111 1110010 0 100100 11101 100101 101011100 10111 110100

Color Harmonies of #A06772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06772

Black with #A06772

Text Example


Text Example

White with #A06772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06772; }

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

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

background-color css

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

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

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

border-color css

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

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

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