Html Css Color HEX #A07672 Coral Tree

📋 copy color: '#A07672'

red 160 ◦ green 118 ◦ blue 114

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

Shades of Coral Tree #A07672

Tints of Coral Tree #A07672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.1%

 BLUE value IS 114 (44.92% from 255) = 29.08%

R = 40.82%
G = 30.1%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A07672 (or 0xA07672) is known color: Coral Tree. HEX triplet: A0, 76 and 72. RGB value is (160,118,114). Sum of RGB (Red+Green+Blue) = 160+118+114=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A07672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07672 is #5F898D. Grayscale: #828282. Windows color (decimal): -6261134 or 7501472. OLE color: 7501472.

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

Color convert

RGB 160 118 114 -
CMYK 0 0.26 0.29 0.37
HSL 5.22º 0.19% 0.54% -
HSV(B) 5.22º 0.29% 0.63% -
XYZ 24.01 21.65 18.83 -
YUV 130.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 160 118 114 0 0.26 0.29 0.37 5.22 0.19 0.54
Hex A0 76 72 0 1A 1D 25 5 13 36
Octal 240 166 162 0 32 35 45 5 23 66
Binary 10100000 1110110 1110010 0 11010 11101 100101 101 10011 110110

Color Harmonies of #A07672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07672

Black with #A07672

Text Example


Text Example

White with #A07672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07672; }

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

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

background-color css

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

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

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

border-color css

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

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

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