Html Css Color HEX #A06D68 Coral Tree

📋 copy color: '#A06D68'

red 160 ◦ green 109 ◦ blue 104

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

Shades of Coral Tree #A06D68

Tints of Coral Tree #A06D68

RGB

 RED value IS 160 (62.89% from 255) = 42.9%

 GREEN value IS 109 (42.97% from 255) = 29.22%

 BLUE value IS 104 (41.02% from 255) = 27.88%

R = 42.9%
G = 29.22%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A06D68 (or 0xA06D68) is known color: Coral Tree. HEX triplet: A0, 6D and 68. RGB value is (160,109,104). Sum of RGB (Red+Green+Blue) = 160+109+104=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06D68 is #5F9297. Grayscale: #7B7B7B. Windows color (decimal): -6263448 or 6843808. OLE color: 6843808.

HSL color Cylindrical-coordinate representation of color #A06D68: hue angle of 5.36º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A06D68 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 109 104 -
CMYK 0 0.32 0.35 0.37
HSL 5.36º 0.23% 0.52% -
HSV(B) 5.36º 0.35% 0.63% -
XYZ 22.46 19.41 15.66 -
YUV 123.68 116.9 153.91 -
System Red Green Blue C M Y K H S L
Decimal 160 109 104 0 0.32 0.35 0.37 5.36 0.23 0.52
Hex A0 6D 68 0 20 23 25 5 17 34
Octal 240 155 150 0 40 43 45 5 27 64
Binary 10100000 1101101 1101000 0 100000 100011 100101 101 10111 110100

Color Harmonies of #A06D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06D68

Black with #A06D68

Text Example


Text Example

White with #A06D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06D68; }

 p { color: rgb(160,109,104); }

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

background-color css

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

 a { background-color: rgb(160,109,104); }

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

border-color css

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

 span { border-color: rgb(160,109,104); }

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