Html Css Color HEX #A37275 Turkish Rose

📋 copy color: '#A37275'

red 163 ◦ green 114 ◦ blue 117

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

Shades of Turkish Rose #A37275

Tints of Turkish Rose #A37275

RGB

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

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

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

R = 41.37%
G = 28.93%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A37275 (or 0xA37275) is known color: Turkish Rose. HEX triplet: A3, 72 and 75. RGB value is (163,114,117). Sum of RGB (Red+Green+Blue) = 163+114+117=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 163 - color contains mainly: red. Hex color #A37275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37275 is #5C8D8A. Grayscale: #818181. Windows color (decimal): -6065547 or 7697059. OLE color: 7697059.

HSL color Cylindrical-coordinate representation of color #A37275: hue angle of 356.33º 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 #A37275 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 114 117 -
CMYK 0 0.30 0.28 0.36
HSL 356.33º 0.21% 0.54% -
HSV(B) 356.33º 0.3% 0.64% -
XYZ 24.33 21.11 19.62 -
YUV 128.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 163 114 117 0 0.30 0.28 0.36 356.33 0.21 0.54
Hex A3 72 75 0 1E 1C 24 164 15 36
Octal 243 162 165 0 36 34 44 544 25 66
Binary 10100011 1110010 1110101 0 11110 11100 100100 101100100 10101 110110

Color Harmonies of #A37275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37275

Black with #A37275

Text Example


Text Example

White with #A37275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37275; }

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

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

background-color css

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

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

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

border-color css

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

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

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