Html Css Color HEX #A47068 Coral Tree

📋 copy color: '#A47068'

red 164 ◦ green 112 ◦ blue 104

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

Shades of Coral Tree #A47068

Tints of Coral Tree #A47068

RGB

 RED value IS 164 (64.45% from 255) = 43.16%

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

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

R = 43.16%
G = 29.47%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A47068 (or 0xA47068) is known color: Coral Tree. HEX triplet: A4, 70 and 68. RGB value is (164,112,104). Sum of RGB (Red+Green+Blue) = 164+112+104=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A47068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47068 is #5B8F97. Grayscale: #7E7E7E. Windows color (decimal): -6000536 or 6844580. OLE color: 6844580.

HSL color Cylindrical-coordinate representation of color #A47068: hue angle of 8º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A47068 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 112 104 -
CMYK 0 0.32 0.37 0.36
HSL 0.25% 0.53% -
HSV(B) 0.37% 0.64% -
XYZ 23.6 20.48 15.81 -
YUV 126.64 115.23 154.65 -
System Red Green Blue C M Y K H S L
Decimal 164 112 104 0 0.32 0.37 0.36 8 0.25 0.53
Hex A4 70 68 0 20 25 24 8 19 35
Octal 244 160 150 0 40 45 44 10 31 65
Binary 10100100 1110000 1101000 0 100000 100101 100100 1000 11001 110101

Color Harmonies of #A47068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47068

Black with #A47068

Text Example


Text Example

White with #A47068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47068; }

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

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

background-color css

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

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

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

border-color css

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

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

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