Html Css Color HEX #A4756E Coral Tree

📋 copy color: '#A4756E'

red 164 ◦ green 117 ◦ blue 110

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

Shades of Coral Tree #A4756E

Tints of Coral Tree #A4756E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.92%

 BLUE value IS 110 (43.36% from 255) = 28.13%

R = 41.94%
G = 29.92%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A4756E (or 0xA4756E) is known color: Coral Tree. HEX triplet: A4, 75 and 6E. RGB value is (164,117,110). Sum of RGB (Red+Green+Blue) = 164+117+110=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A4756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4756E is #5B8A91. Grayscale: #828282. Windows color (decimal): -5999250 or 7239076. OLE color: 7239076.

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

Color convert

RGB 164 117 110 -
CMYK 0 0.29 0.33 0.36
HSL 7.78º 0.23% 0.54% -
HSV(B) 7.78º 0.33% 0.64% -
XYZ 24.49 21.74 17.66 -
YUV 130.26 116.57 152.07 -
System Red Green Blue C M Y K H S L
Decimal 164 117 110 0 0.29 0.33 0.36 7.78 0.23 0.54
Hex A4 75 6E 0 1D 21 24 8 17 36
Octal 244 165 156 0 35 41 44 10 27 66
Binary 10100100 1110101 1101110 0 11101 100001 100100 1000 10111 110110

Color Harmonies of #A4756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4756E

Black with #A4756E

Text Example


Text Example

White with #A4756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4756E; }

 p { color: rgb(164,117,110); }

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

background-color css

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

 a { background-color: rgb(164,117,110); }

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

border-color css

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

 span { border-color: rgb(164,117,110); }

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