Html Css Color HEX #A77A81 Turkish Rose

📋 copy color: '#A77A81'

red 167 ◦ green 122 ◦ blue 129

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

Shades of Turkish Rose #A77A81

Tints of Turkish Rose #A77A81

RGB

 RED value IS 167 (65.63% from 255) = 39.95%

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

 BLUE value IS 129 (50.78% from 255) = 30.86%

R = 39.95%
G = 29.19%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A77A81 (or 0xA77A81) is known color: Turkish Rose. HEX triplet: A7, 7A and 81. RGB value is (167,122,129). Sum of RGB (Red+Green+Blue) = 167+122+129=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77A81 is #58857E. Grayscale: #888888. Windows color (decimal): -5801343 or 8485543. OLE color: 8485543.

HSL color Cylindrical-coordinate representation of color #A77A81: hue angle of 350.67º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A77A81 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 122 129 -
CMYK 0 0.27 0.23 0.35
HSL 350.67º 0.2% 0.57% -
HSV(B) 350.67º 0.27% 0.65% -
XYZ 26.86 23.72 23.93 -
YUV 136.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 167 122 129 0 0.27 0.23 0.35 350.67 0.2 0.57
Hex A7 7A 81 0 1B 17 23 15F 14 39
Octal 247 172 201 0 33 27 43 537 24 71
Binary 10100111 1111010 10000001 0 11011 10111 100011 101011111 10100 111001

Color Harmonies of #A77A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77A81

Black with #A77A81

Text Example


Text Example

White with #A77A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77A81; }

 p { color: rgb(167,122,129); }

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

background-color css

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

 a { background-color: rgb(167,122,129); }

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

border-color css

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

 span { border-color: rgb(167,122,129); }

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