Html Css Color HEX #AC7265 Coral Tree

📋 copy color: '#AC7265'

red 172 ◦ green 114 ◦ blue 101

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

Shades of Coral Tree #AC7265

Tints of Coral Tree #AC7265

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.46%

 BLUE value IS 101 (39.84% from 255) = 26.1%

R = 44.44%
G = 29.46%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC7265 (or 0xAC7265) is known color: Coral Tree. HEX triplet: AC, 72 and 65. RGB value is (172,114,101). Sum of RGB (Red+Green+Blue) = 172+114+101=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7265 is #538D9A. Grayscale: #818181. Windows color (decimal): -5475739 or 6648492. OLE color: 6648492.

HSL color Cylindrical-coordinate representation of color #AC7265: hue angle of 10.99º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC7265 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 114 101 -
CMYK 0 0.34 0.41 0.33
HSL 10.99º 0.3% 0.54% -
HSV(B) 10.99º 0.41% 0.67% -
XYZ 25.38 21.74 15.17 -
YUV 129.86 111.72 158.06 -
System Red Green Blue C M Y K H S L
Decimal 172 114 101 0 0.34 0.41 0.33 10.99 0.3 0.54
Hex AC 72 65 0 22 29 21 B 1E 36
Octal 254 162 145 0 42 51 41 13 36 66
Binary 10101100 1110010 1100101 0 100010 101001 100001 1011 11110 110110

Color Harmonies of #AC7265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7265

Black with #AC7265

Text Example


Text Example

White with #AC7265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7265; }

 p { color: rgb(172,114,101); }

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

background-color css

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

 a { background-color: rgb(172,114,101); }

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

border-color css

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

 span { border-color: rgb(172,114,101); }

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