Html Css Color HEX #A0726A Coral Tree

📋 copy color: '#A0726A'

red 160 ◦ green 114 ◦ blue 106

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

Shades of Coral Tree #A0726A

Tints of Coral Tree #A0726A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30%

 BLUE value IS 106 (41.8% from 255) = 27.89%

R = 42.11%
G = 30%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A0726A (or 0xA0726A) is known color: Coral Tree. HEX triplet: A0, 72 and 6A. RGB value is (160,114,106). Sum of RGB (Red+Green+Blue) = 160+114+106=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A0726A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0726A is #5F8D95. Grayscale: #7E7E7E. Windows color (decimal): -6262166 or 6976160. OLE color: 6976160.

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

Color convert

RGB 160 114 106 -
CMYK 0 0.29 0.34 0.37
HSL 8.89º 0.22% 0.52% -
HSV(B) 8.89º 0.34% 0.63% -
XYZ 23.12 20.55 16.38 -
YUV 126.84 116.24 151.65 -
System Red Green Blue C M Y K H S L
Decimal 160 114 106 0 0.29 0.34 0.37 8.89 0.22 0.52
Hex A0 72 6A 0 1D 22 25 9 16 34
Octal 240 162 152 0 35 42 45 11 26 64
Binary 10100000 1110010 1101010 0 11101 100010 100101 1001 10110 110100

Color Harmonies of #A0726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0726A

Black with #A0726A

Text Example


Text Example

White with #A0726A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0726A; }

 p { color: rgb(160,114,106); }

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

background-color css

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

 a { background-color: rgb(160,114,106); }

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

border-color css

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

 span { border-color: rgb(160,114,106); }

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