Html Css Color HEX #AC695B Coral Tree

📋 copy color: '#AC695B'

red 172 ◦ green 105 ◦ blue 91

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

Shades of Coral Tree #AC695B

Tints of Coral Tree #AC695B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.73%

R = 46.74%
G = 28.53%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC695B (or 0xAC695B) is known color: Coral Tree. HEX triplet: AC, 69 and 5B. RGB value is (172,105,91). Sum of RGB (Red+Green+Blue) = 172+105+91=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC695B is #5396A4. Grayscale: #7B7B7B. Windows color (decimal): -5478053 or 5990828. OLE color: 5990828.

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

Color convert

RGB 172 105 91 -
CMYK 0 0.39 0.47 0.33
HSL 10.37º 0.33% 0.52% -
HSV(B) 10.37º 0.47% 0.67% -
XYZ 23.95 19.63 12.42 -
YUV 123.44 109.7 162.64 -
System Red Green Blue C M Y K H S L
Decimal 172 105 91 0 0.39 0.47 0.33 10.37 0.33 0.52
Hex AC 69 5B 0 27 2F 21 A 21 34
Octal 254 151 133 0 47 57 41 12 41 64
Binary 10101100 1101001 1011011 0 100111 101111 100001 1010 100001 110100

Color Harmonies of #AC695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC695B

Black with #AC695B

Text Example


Text Example

White with #AC695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC695B; }

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

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

background-color css

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

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

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

border-color css

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

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

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