Html Css Color HEX #A07C83 Turkish Rose

📋 copy color: '#A07C83'

red 160 ◦ green 124 ◦ blue 131

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

Shades of Turkish Rose #A07C83

Tints of Turkish Rose #A07C83

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.88%

 BLUE value IS 131 (51.56% from 255) = 31.57%

R = 38.55%
G = 29.88%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A07C83 (or 0xA07C83) is known color: Turkish Rose. HEX triplet: A0, 7C and 83. RGB value is (160,124,131). Sum of RGB (Red+Green+Blue) = 160+124+131=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07C83 is #5F837C. Grayscale: #878787. Windows color (decimal): -6259581 or 8617120. OLE color: 8617120.

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

Color convert

RGB 160 124 131 -
CMYK 0 0.22 0.18 0.37
HSL 348.33º 0.16% 0.56% -
HSV(B) 348.33º 0.23% 0.63% -
XYZ 25.8 23.53 24.65 -
YUV 135.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 160 124 131 0 0.22 0.18 0.37 348.33 0.16 0.56
Hex A0 7C 83 0 16 12 25 15C 10 38
Octal 240 174 203 0 26 22 45 534 20 70
Binary 10100000 1111100 10000011 0 10110 10010 100101 101011100 10000 111000

Color Harmonies of #A07C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07C83

Black with #A07C83

Text Example


Text Example

White with #A07C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07C83; }

 p { color: rgb(160,124,131); }

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

background-color css

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

 a { background-color: rgb(160,124,131); }

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

border-color css

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

 span { border-color: rgb(160,124,131); }

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