Html Css Color HEX #A67372 Coral Tree

📋 copy color: '#A67372'

red 166 ◦ green 115 ◦ blue 114

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

Shades of Coral Tree #A67372

Tints of Coral Tree #A67372

RGB

 RED value IS 166 (65.23% from 255) = 42.03%

 GREEN value IS 115 (45.31% from 255) = 29.11%

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

R = 42.03%
G = 29.11%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A67372 (or 0xA67372) is known color: Coral Tree. HEX triplet: A6, 73 and 72. RGB value is (166,115,114). Sum of RGB (Red+Green+Blue) = 166+115+114=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A67372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67372 is #598C8D. Grayscale: #828282. Windows color (decimal): -5868686 or 7500710. OLE color: 7500710.

HSL color Cylindrical-coordinate representation of color #A67372: hue angle of 1.15º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A67372 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 115 114 -
CMYK 0 0.31 0.31 0.35
HSL 1.15º 0.23% 0.55% -
HSV(B) 1.15º 0.31% 0.65% -
XYZ 24.89 21.58 18.77 -
YUV 130.14 118.9 153.58 -
System Red Green Blue C M Y K H S L
Decimal 166 115 114 0 0.31 0.31 0.35 1.15 0.23 0.55
Hex A6 73 72 0 1F 1F 23 1 17 37
Octal 246 163 162 0 37 37 43 1 27 67
Binary 10100110 1110011 1110010 0 11111 11111 100011 1 10111 110111

Color Harmonies of #A67372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67372

Black with #A67372

Text Example


Text Example

White with #A67372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67372; }

 p { color: rgb(166,115,114); }

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

background-color css

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

 a { background-color: rgb(166,115,114); }

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

border-color css

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

 span { border-color: rgb(166,115,114); }

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