Html Css Color HEX #A07A7D Turkish Rose

📋 copy color: '#A07A7D'

red 160 ◦ green 122 ◦ blue 125

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

Shades of Turkish Rose #A07A7D

Tints of Turkish Rose #A07A7D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.98%

 BLUE value IS 125 (49.22% from 255) = 30.71%

R = 39.31%
G = 29.98%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A07A7D (or 0xA07A7D) is known color: Turkish Rose. HEX triplet: A0, 7A and 7D. RGB value is (160,122,125). Sum of RGB (Red+Green+Blue) = 160+122+125=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07A7D is #5F8582. Grayscale: #858585. Windows color (decimal): -6260099 or 8223392. OLE color: 8223392.

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

Color convert

RGB 160 122 125 -
CMYK 0 0.24 0.22 0.37
HSL 355.26º 0.17% 0.55% -
HSV(B) 355.26º 0.24% 0.63% -
XYZ 25.16 22.87 22.49 -
YUV 133.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 160 122 125 0 0.24 0.22 0.37 355.26 0.17 0.55
Hex A0 7A 7D 0 18 16 25 163 11 37
Octal 240 172 175 0 30 26 45 543 21 67
Binary 10100000 1111010 1111101 0 11000 10110 100101 101100011 10001 110111

Color Harmonies of #A07A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07A7D

Black with #A07A7D

Text Example


Text Example

White with #A07A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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