Html Css Color HEX #A4766B Coral Tree

📋 copy color: '#A4766B'

red 164 ◦ green 118 ◦ blue 107

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

Shades of Coral Tree #A4766B

Tints of Coral Tree #A4766B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.51%

R = 42.16%
G = 30.33%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4766B (or 0xA4766B) is known color: Coral Tree. HEX triplet: A4, 76 and 6B. RGB value is (164,118,107). Sum of RGB (Red+Green+Blue) = 164+118+107=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A4766B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4766B is #5B8994. Grayscale: #828282. Windows color (decimal): -5998997 or 7042724. OLE color: 7042724.

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

Color convert

RGB 164 118 107 -
CMYK 0 0.28 0.35 0.36
HSL 11.58º 0.24% 0.53% -
HSV(B) 11.58º 0.35% 0.64% -
XYZ 24.44 21.91 16.85 -
YUV 130.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 164 118 107 0 0.28 0.35 0.36 11.58 0.24 0.53
Hex A4 76 6B 0 1C 23 24 C 18 35
Octal 244 166 153 0 34 43 44 14 30 65
Binary 10100100 1110110 1101011 0 11100 100011 100100 1100 11000 110101

Color Harmonies of #A4766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4766B

Black with #A4766B

Text Example


Text Example

White with #A4766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4766B; }

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

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

background-color css

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

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

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

border-color css

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

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

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