Html Css Color HEX #A4766A Coral Tree

📋 copy color: '#A4766A'

red 164 ◦ green 118 ◦ blue 106

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

Shades of Coral Tree #A4766A

Tints of Coral Tree #A4766A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.32%

R = 42.27%
G = 30.41%
B = 27.32%

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

#A4766A (or 0xA4766A) is known color: Coral Tree. HEX triplet: A4, 76 and 6A. RGB value is (164,118,106). Sum of RGB (Red+Green+Blue) = 164+118+106=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A4766A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4766A is #5B8995. Grayscale: #828282. Windows color (decimal): -5998998 or 6977188. OLE color: 6977188.

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

Color convert

RGB 164 118 106 -
CMYK 0 0.28 0.35 0.36
HSL 12.41º 0.24% 0.53% -
HSV(B) 12.41º 0.35% 0.64% -
XYZ 24.39 21.89 16.58 -
YUV 130.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 164 118 106 0 0.28 0.35 0.36 12.41 0.24 0.53
Hex A4 76 6A 0 1C 23 24 C 18 35
Octal 244 166 152 0 34 43 44 14 30 65
Binary 10100100 1110110 1101010 0 11100 100011 100100 1100 11000 110101

Color Harmonies of #A4766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4766A

Black with #A4766A

Text Example


Text Example

White with #A4766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4766A; }

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

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

background-color css

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

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

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

border-color css

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

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

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