Html Css Color HEX #A07068 Coral Tree

📋 copy color: '#A07068'

red 160 ◦ green 112 ◦ blue 104

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

Shades of Coral Tree #A07068

Tints of Coral Tree #A07068

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.79%

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

R = 42.55%
G = 29.79%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A07068 (or 0xA07068) is known color: Coral Tree. HEX triplet: A0, 70 and 68. RGB value is (160,112,104). Sum of RGB (Red+Green+Blue) = 160+112+104=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A07068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07068 is #5F8F97. Grayscale: #7D7D7D. Windows color (decimal): -6262680 or 6844576. OLE color: 6844576.

HSL color Cylindrical-coordinate representation of color #A07068: hue angle of 8.57º 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 #A07068 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 112 104 -
CMYK 0 0.30 0.35 0.37
HSL 8.57º 0.23% 0.52% -
HSV(B) 8.57º 0.35% 0.63% -
XYZ 22.79 20.06 15.77 -
YUV 125.44 115.9 152.65 -
System Red Green Blue C M Y K H S L
Decimal 160 112 104 0 0.30 0.35 0.37 8.57 0.23 0.52
Hex A0 70 68 0 1E 23 25 9 17 34
Octal 240 160 150 0 36 43 45 11 27 64
Binary 10100000 1110000 1101000 0 11110 100011 100101 1001 10111 110100

Color Harmonies of #A07068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07068

Black with #A07068

Text Example


Text Example

White with #A07068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07068; }

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

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

background-color css

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

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

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

border-color css

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

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

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