Html Css Color HEX #A4756F Coral Tree

📋 copy color: '#A4756F'

red 164 ◦ green 117 ◦ blue 111

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

Shades of Coral Tree #A4756F

Tints of Coral Tree #A4756F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.32%

R = 41.84%
G = 29.85%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A4756F (or 0xA4756F) is known color: Coral Tree. HEX triplet: A4, 75 and 6F. RGB value is (164,117,111). Sum of RGB (Red+Green+Blue) = 164+117+111=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A4756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4756F is #5B8A90. Grayscale: #828282. Windows color (decimal): -5999249 or 7304612. OLE color: 7304612.

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

Color convert

RGB 164 117 111 -
CMYK 0 0.29 0.32 0.36
HSL 6.79º 0.23% 0.54% -
HSV(B) 6.79º 0.32% 0.64% -
XYZ 24.54 21.76 17.95 -
YUV 130.37 117.07 151.99 -
System Red Green Blue C M Y K H S L
Decimal 164 117 111 0 0.29 0.32 0.36 6.79 0.23 0.54
Hex A4 75 6F 0 1D 20 24 7 17 36
Octal 244 165 157 0 35 40 44 7 27 66
Binary 10100100 1110101 1101111 0 11101 100000 100100 111 10111 110110

Color Harmonies of #A4756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4756F

Black with #A4756F

Text Example


Text Example

White with #A4756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4756F; }

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

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

background-color css

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

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

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

border-color css

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

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

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