Html Css Color HEX #A4766D Coral Tree

📋 copy color: '#A4766D'

red 164 ◦ green 118 ◦ blue 109

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

Shades of Coral Tree #A4766D

Tints of Coral Tree #A4766D

RGB

 RED value IS 164 (64.45% from 255) = 41.94%

 GREEN value IS 118 (46.48% from 255) = 30.18%

 BLUE value IS 109 (42.97% from 255) = 27.88%

R = 41.94%
G = 30.18%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4766D (or 0xA4766D) is known color: Coral Tree. HEX triplet: A4, 76 and 6D. RGB value is (164,118,109). Sum of RGB (Red+Green+Blue) = 164+118+109=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A4766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4766D is #5B8992. Grayscale: #828282. Windows color (decimal): -5998995 or 7173796. OLE color: 7173796.

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

Color convert

RGB 164 118 109 -
CMYK 0 0.28 0.34 0.36
HSL 9.82º 0.23% 0.54% -
HSV(B) 9.82º 0.34% 0.64% -
XYZ 24.55 21.95 17.41 -
YUV 130.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 164 118 109 0 0.28 0.34 0.36 9.82 0.23 0.54
Hex A4 76 6D 0 1C 22 24 A 17 36
Octal 244 166 155 0 34 42 44 12 27 66
Binary 10100100 1110110 1101101 0 11100 100010 100100 1010 10111 110110

Color Harmonies of #A4766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4766D

Black with #A4766D

Text Example


Text Example

White with #A4766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4766D; }

 p { color: rgb(164,118,109); }

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

background-color css

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

 a { background-color: rgb(164,118,109); }

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

border-color css

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

 span { border-color: rgb(164,118,109); }

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