Html Css Color HEX #A37078 Turkish Rose

📋 copy color: '#A37078'

red 163 ◦ green 112 ◦ blue 120

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

Shades of Turkish Rose #A37078

Tints of Turkish Rose #A37078

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.35%

 BLUE value IS 120 (47.27% from 255) = 30.38%

R = 41.27%
G = 28.35%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A37078 (or 0xA37078) is known color: Turkish Rose. HEX triplet: A3, 70 and 78. RGB value is (163,112,120). Sum of RGB (Red+Green+Blue) = 163+112+120=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A37078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37078 is #5C8F87. Grayscale: #808080. Windows color (decimal): -6066056 or 7893155. OLE color: 7893155.

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

Color convert

RGB 163 112 120 -
CMYK 0 0.31 0.26 0.36
HSL 350.59º 0.22% 0.54% -
HSV(B) 350.59º 0.31% 0.64% -
XYZ 24.29 20.73 20.49 -
YUV 128.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 163 112 120 0 0.31 0.26 0.36 350.59 0.22 0.54
Hex A3 70 78 0 1F 1A 24 15F 16 36
Octal 243 160 170 0 37 32 44 537 26 66
Binary 10100011 1110000 1111000 0 11111 11010 100100 101011111 10110 110110

Color Harmonies of #A37078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37078

Black with #A37078

Text Example


Text Example

White with #A37078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37078; }

 p { color: rgb(163,112,120); }

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

background-color css

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

 a { background-color: rgb(163,112,120); }

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

border-color css

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

 span { border-color: rgb(163,112,120); }

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