Html Css Color HEX #A07782 Turkish Rose

📋 copy color: '#A07782'

red 160 ◦ green 119 ◦ blue 130

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

Shades of Turkish Rose #A07782

Tints of Turkish Rose #A07782

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.1%

 BLUE value IS 130 (51.17% from 255) = 31.78%

R = 39.12%
G = 29.1%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A07782 (or 0xA07782) is known color: Turkish Rose. HEX triplet: A0, 77 and 82. RGB value is (160,119,130). Sum of RGB (Red+Green+Blue) = 160+119+130=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A07782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07782 is #5F887D. Grayscale: #848484. Windows color (decimal): -6260862 or 8550304. OLE color: 8550304.

HSL color Cylindrical-coordinate representation of color #A07782: hue angle of 343.9º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A07782 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 119 130 -
CMYK 0 0.26 0.19 0.37
HSL 343.9º 0.18% 0.55% -
HSV(B) 343.9º 0.26% 0.63% -
XYZ 25.12 22.28 24.1 -
YUV 132.51 126.58 147.61 -
System Red Green Blue C M Y K H S L
Decimal 160 119 130 0 0.26 0.19 0.37 343.9 0.18 0.55
Hex A0 77 82 0 1A 13 25 158 12 37
Octal 240 167 202 0 32 23 45 530 22 67
Binary 10100000 1110111 10000010 0 11010 10011 100101 101011000 10010 110111

Color Harmonies of #A07782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07782

Black with #A07782

Text Example


Text Example

White with #A07782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07782; }

 p { color: rgb(160,119,130); }

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

background-color css

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

 a { background-color: rgb(160,119,130); }

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

border-color css

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

 span { border-color: rgb(160,119,130); }

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