Html Css Color HEX #A37279 Turkish Rose

📋 copy color: '#A37279'

red 163 ◦ green 114 ◦ blue 121

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

Shades of Turkish Rose #A37279

Tints of Turkish Rose #A37279

RGB

 RED value IS 163 (64.06% from 255) = 40.95%

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

 BLUE value IS 121 (47.66% from 255) = 30.4%

R = 40.95%
G = 28.64%
B = 30.4%

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

#A37279 (or 0xA37279) is known color: Turkish Rose. HEX triplet: A3, 72 and 79. RGB value is (163,114,121). Sum of RGB (Red+Green+Blue) = 163+114+121=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A37279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37279 is #5C8D86. Grayscale: #818181. Windows color (decimal): -6065543 or 7959203. OLE color: 7959203.

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

Color convert

RGB 163 114 121 -
CMYK 0 0.30 0.26 0.36
HSL 351.43º 0.21% 0.54% -
HSV(B) 351.43º 0.3% 0.64% -
XYZ 24.57 21.2 20.89 -
YUV 129.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 163 114 121 0 0.30 0.26 0.36 351.43 0.21 0.54
Hex A3 72 79 0 1E 1A 24 15F 15 36
Octal 243 162 171 0 36 32 44 537 25 66
Binary 10100011 1110010 1111001 0 11110 11010 100100 101011111 10101 110110

Color Harmonies of #A37279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37279

Black with #A37279

Text Example


Text Example

White with #A37279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37279; }

 p { color: rgb(163,114,121); }

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

background-color css

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

 a { background-color: rgb(163,114,121); }

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

border-color css

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

 span { border-color: rgb(163,114,121); }

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