Html Css Color HEX #AC6960 Coral Tree

📋 copy color: '#AC6960'

red 172 ◦ green 105 ◦ blue 96

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

Shades of Coral Tree #AC6960

Tints of Coral Tree #AC6960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.15%

 BLUE value IS 96 (37.89% from 255) = 25.74%

R = 46.11%
G = 28.15%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC6960 (or 0xAC6960) is known color: Coral Tree. HEX triplet: AC, 69 and 60. RGB value is (172,105,96). Sum of RGB (Red+Green+Blue) = 172+105+96=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6960 is #53969F. Grayscale: #7C7C7C. Windows color (decimal): -5478048 or 6318508. OLE color: 6318508.

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

Color convert

RGB 172 105 96 -
CMYK 0 0.39 0.44 0.33
HSL 7.11º 0.31% 0.53% -
HSV(B) 7.11º 0.44% 0.67% -
XYZ 24.18 19.72 13.6 -
YUV 124.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 172 105 96 0 0.39 0.44 0.33 7.11 0.31 0.53
Hex AC 69 60 0 27 2C 21 7 1F 35
Octal 254 151 140 0 47 54 41 7 37 65
Binary 10101100 1101001 1100000 0 100111 101100 100001 111 11111 110101

Color Harmonies of #AC6960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6960

Black with #AC6960

Text Example


Text Example

White with #AC6960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6960; }

 p { color: rgb(172,105,96); }

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

background-color css

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

 a { background-color: rgb(172,105,96); }

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

border-color css

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

 span { border-color: rgb(172,105,96); }

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