Html Css Color HEX #A77275 Turkish Rose

📋 copy color: '#A77275'

red 167 ◦ green 114 ◦ blue 117

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

Shades of Turkish Rose #A77275

Tints of Turkish Rose #A77275

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.64%

 BLUE value IS 117 (46.09% from 255) = 29.4%

R = 41.96%
G = 28.64%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A77275 (or 0xA77275) is known color: Turkish Rose. HEX triplet: A7, 72 and 75. RGB value is (167,114,117). Sum of RGB (Red+Green+Blue) = 167+114+117=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A77275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77275 is #588D8A. Grayscale: #828282. Windows color (decimal): -5803403 or 7697063. OLE color: 7697063.

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

Color convert

RGB 167 114 117 -
CMYK 0 0.32 0.30 0.35
HSL 356.6º 0.23% 0.55% -
HSV(B) 356.6º 0.32% 0.65% -
XYZ 25.16 21.53 19.66 -
YUV 130.19 120.56 154.26 -
System Red Green Blue C M Y K H S L
Decimal 167 114 117 0 0.32 0.30 0.35 356.6 0.23 0.55
Hex A7 72 75 0 20 1E 23 165 17 37
Octal 247 162 165 0 40 36 43 545 27 67
Binary 10100111 1110010 1110101 0 100000 11110 100011 101100101 10111 110111

Color Harmonies of #A77275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77275

Black with #A77275

Text Example


Text Example

White with #A77275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77275; }

 p { color: rgb(167,114,117); }

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

background-color css

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

 a { background-color: rgb(167,114,117); }

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

border-color css

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

 span { border-color: rgb(167,114,117); }

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