Html Css Color HEX #AC6969 Coral Tree

📋 copy color: '#AC6969'

red 172 ◦ green 105 ◦ blue 105

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

Shades of Coral Tree #AC6969

Tints of Coral Tree #AC6969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.49%

R = 45.03%
G = 27.49%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AC6969 (or 0xAC6969) is known color: Coral Tree. HEX triplet: AC, 69 and 69. RGB value is (172,105,105). Sum of RGB (Red+Green+Blue) = 172+105+105=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6969 is #539696. Grayscale: #7D7D7D. Windows color (decimal): -5478039 or 6908332. OLE color: 6908332.

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

Color convert

RGB 172 105 105 -
CMYK 0 0.39 0.39 0.33
HSL 0.29% 0.54% -
HSV(B) 0.39% 0.67% -
XYZ 24.61 19.89 15.91 -
YUV 125.03 116.7 161.5 -
System Red Green Blue C M Y K H S L
Decimal 172 105 105 0 0.39 0.39 0.33 0 0.29 0.54
Hex AC 69 69 0 27 27 21 0 1D 36
Octal 254 151 151 0 47 47 41 0 35 66
Binary 10101100 1101001 1101001 0 100111 100111 100001 0 11101 110110

Color Harmonies of #AC6969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6969

Black with #AC6969

Text Example


Text Example

White with #AC6969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6969; }

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

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

background-color css

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

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

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

border-color css

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

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

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