Html Css Color HEX #A4756A Coral Tree

📋 copy color: '#A4756A'

red 164 ◦ green 117 ◦ blue 106

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

Shades of Coral Tree #A4756A

Tints of Coral Tree #A4756A

RGB

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

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

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

R = 42.38%
G = 30.23%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4756A (or 0xA4756A) is known color: Coral Tree. HEX triplet: A4, 75 and 6A. RGB value is (164,117,106). Sum of RGB (Red+Green+Blue) = 164+117+106=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A4756A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4756A is #5B8A95. Grayscale: #818181. Windows color (decimal): -5999254 or 6976932. OLE color: 6976932.

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

Color convert

RGB 164 117 106 -
CMYK 0 0.29 0.35 0.36
HSL 11.38º 0.24% 0.53% -
HSV(B) 11.38º 0.35% 0.64% -
XYZ 24.27 21.66 16.54 -
YUV 129.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 164 117 106 0 0.29 0.35 0.36 11.38 0.24 0.53
Hex A4 75 6A 0 1D 23 24 B 18 35
Octal 244 165 152 0 35 43 44 13 30 65
Binary 10100100 1110101 1101010 0 11101 100011 100100 1011 11000 110101

Color Harmonies of #A4756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4756A

Black with #A4756A

Text Example


Text Example

White with #A4756A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4756A; }

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

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

background-color css

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

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

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

border-color css

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

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

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