Html Css Color HEX #AC766E Coral Tree

📋 copy color: '#AC766E'

red 172 ◦ green 118 ◦ blue 110

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

Shades of Coral Tree #AC766E

Tints of Coral Tree #AC766E

RGB

 RED value IS 172 (67.58% from 255) = 43%

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

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

R = 43%
G = 29.5%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC766E (or 0xAC766E) is known color: Coral Tree. HEX triplet: AC, 76 and 6E. RGB value is (172,118,110). Sum of RGB (Red+Green+Blue) = 172+118+110=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC766E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC766E is #538991. Grayscale: #858585. Windows color (decimal): -5474706 or 7239340. OLE color: 7239340.

HSL color Cylindrical-coordinate representation of color #AC766E: hue angle of 7.74º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC766E is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 118 110 -
CMYK 0 0.31 0.36 0.33
HSL 7.74º 0.27% 0.55% -
HSV(B) 7.74º 0.36% 0.67% -
XYZ 26.31 22.85 17.78 -
YUV 133.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 172 118 110 0 0.31 0.36 0.33 7.74 0.27 0.55
Hex AC 76 6E 0 1F 24 21 8 1B 37
Octal 254 166 156 0 37 44 41 10 33 67
Binary 10101100 1110110 1101110 0 11111 100100 100001 1000 11011 110111

Color Harmonies of #AC766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC766E

Black with #AC766E

Text Example


Text Example

White with #AC766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC766E; }

 p { color: rgb(172,118,110); }

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

background-color css

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

 a { background-color: rgb(172,118,110); }

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

border-color css

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

 span { border-color: rgb(172,118,110); }

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