Html Css Color HEX #A36872 Turkish Rose

📋 copy color: '#A36872'

red 163 ◦ green 104 ◦ blue 114

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

Shades of Turkish Rose #A36872

Tints of Turkish Rose #A36872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.3%

 BLUE value IS 114 (44.92% from 255) = 29.92%

R = 42.78%
G = 27.3%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A36872 (or 0xA36872) is known color: Turkish Rose. HEX triplet: A3, 68 and 72. RGB value is (163,104,114). Sum of RGB (Red+Green+Blue) = 163+104+114=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A36872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36872 is #5C978D. Grayscale: #7A7A7A. Windows color (decimal): -6068110 or 7497891. OLE color: 7497891.

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

Color convert

RGB 163 104 114 -
CMYK 0 0.36 0.30 0.36
HSL 349.83º 0.24% 0.52% -
HSV(B) 349.83º 0.36% 0.64% -
XYZ 23.09 18.9 18.35 -
YUV 122.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 163 104 114 0 0.36 0.30 0.36 349.83 0.24 0.52
Hex A3 68 72 0 24 1E 24 15E 18 34
Octal 243 150 162 0 44 36 44 536 30 64
Binary 10100011 1101000 1110010 0 100100 11110 100100 101011110 11000 110100

Color Harmonies of #A36872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36872

Black with #A36872

Text Example


Text Example

White with #A36872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36872; }

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

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

background-color css

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

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

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

border-color css

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

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

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