Html Css Color HEX #A4727A Turkish Rose

📋 copy color: '#A4727A'

red 164 ◦ green 114 ◦ blue 122

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

Shades of Turkish Rose #A4727A

Tints of Turkish Rose #A4727A

RGB

 RED value IS 164 (64.45% from 255) = 41%

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

 BLUE value IS 122 (48.05% from 255) = 30.5%

R = 41%
G = 28.5%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A4727A (or 0xA4727A) is known color: Turkish Rose. HEX triplet: A4, 72 and 7A. RGB value is (164,114,122). Sum of RGB (Red+Green+Blue) = 164+114+122=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A4727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4727A is #5B8D85. Grayscale: #818181. Windows color (decimal): -6000006 or 8024740. OLE color: 8024740.

HSL color Cylindrical-coordinate representation of color #A4727A: hue angle of 350.4º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4727A is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 114 122 -
CMYK 0 0.30 0.26 0.36
HSL 350.4º 0.22% 0.55% -
HSV(B) 350.4º 0.3% 0.64% -
XYZ 24.84 21.33 21.22 -
YUV 129.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 164 114 122 0 0.30 0.26 0.36 350.4 0.22 0.55
Hex A4 72 7A 0 1E 1A 24 15E 16 37
Octal 244 162 172 0 36 32 44 536 26 67
Binary 10100100 1110010 1111010 0 11110 11010 100100 101011110 10110 110111

Color Harmonies of #A4727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4727A

Black with #A4727A

Text Example


Text Example

White with #A4727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4727A; }

 p { color: rgb(164,114,122); }

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

background-color css

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

 a { background-color: rgb(164,114,122); }

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

border-color css

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

 span { border-color: rgb(164,114,122); }

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