Html Css Color HEX #A07D7E Turkish Rose

📋 copy color: '#A07D7E'

red 160 ◦ green 125 ◦ blue 126

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

Shades of Turkish Rose #A07D7E

Tints of Turkish Rose #A07D7E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.41%

 BLUE value IS 126 (49.61% from 255) = 30.66%

R = 38.93%
G = 30.41%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A07D7E (or 0xA07D7E) is known color: Turkish Rose. HEX triplet: A0, 7D and 7E. RGB value is (160,125,126). Sum of RGB (Red+Green+Blue) = 160+125+126=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07D7E is #5F8281. Grayscale: #878787. Windows color (decimal): -6259330 or 8289696. OLE color: 8289696.

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

Color convert

RGB 160 125 126 -
CMYK 0 0.22 0.21 0.37
HSL 358.29º 0.16% 0.56% -
HSV(B) 358.29º 0.22% 0.63% -
XYZ 25.6 23.65 22.95 -
YUV 135.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 160 125 126 0 0.22 0.21 0.37 358.29 0.16 0.56
Hex A0 7D 7E 0 16 15 25 166 10 38
Octal 240 175 176 0 26 25 45 546 20 70
Binary 10100000 1111101 1111110 0 10110 10101 100101 101100110 10000 111000

Color Harmonies of #A07D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07D7E

Black with #A07D7E

Text Example


Text Example

White with #A07D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07D7E; }

 p { color: rgb(160,125,126); }

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

background-color css

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

 a { background-color: rgb(160,125,126); }

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

border-color css

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

 span { border-color: rgb(160,125,126); }

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