Html Css Color HEX #A37472 Coral Tree

📋 copy color: '#A37472'

red 163 ◦ green 116 ◦ blue 114

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

Shades of Coral Tree #A37472

Tints of Coral Tree #A37472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.52%

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

R = 41.48%
G = 29.52%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A37472 (or 0xA37472) is known color: Coral Tree. HEX triplet: A3, 74 and 72. RGB value is (163,116,114). Sum of RGB (Red+Green+Blue) = 163+116+114=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A37472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37472 is #5C8B8D. Grayscale: #818181. Windows color (decimal): -6065038 or 7500963. OLE color: 7500963.

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

Color convert

RGB 163 116 114 -
CMYK 0 0.29 0.30 0.36
HSL 2.45º 0.21% 0.54% -
HSV(B) 2.45º 0.3% 0.64% -
XYZ 24.39 21.49 18.78 -
YUV 129.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 163 116 114 0 0.29 0.30 0.36 2.45 0.21 0.54
Hex A3 74 72 0 1D 1E 24 2 15 36
Octal 243 164 162 0 35 36 44 2 25 66
Binary 10100011 1110100 1110010 0 11101 11110 100100 10 10101 110110

Color Harmonies of #A37472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37472

Black with #A37472

Text Example


Text Example

White with #A37472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37472; }

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

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

background-color css

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

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

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

border-color css

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

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

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