Html Css Color HEX #A47066 Coral Tree

📋 copy color: '#A47066'

red 164 ◦ green 112 ◦ blue 102

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

Shades of Coral Tree #A47066

Tints of Coral Tree #A47066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.98%

R = 43.39%
G = 29.63%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A47066 (or 0xA47066) is known color: Coral Tree. HEX triplet: A4, 70 and 66. RGB value is (164,112,102). Sum of RGB (Red+Green+Blue) = 164+112+102=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A47066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47066 is #5B8F99. Grayscale: #7E7E7E. Windows color (decimal): -6000538 or 6713508. OLE color: 6713508.

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

Color convert

RGB 164 112 102 -
CMYK 0 0.32 0.38 0.36
HSL 9.68º 0.25% 0.52% -
HSV(B) 9.68º 0.38% 0.64% -
XYZ 23.5 20.44 15.28 -
YUV 126.41 114.23 154.81 -
System Red Green Blue C M Y K H S L
Decimal 164 112 102 0 0.32 0.38 0.36 9.68 0.25 0.52
Hex A4 70 66 0 20 26 24 A 19 34
Octal 244 160 146 0 40 46 44 12 31 64
Binary 10100100 1110000 1100110 0 100000 100110 100100 1010 11001 110100

Color Harmonies of #A47066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47066

Black with #A47066

Text Example


Text Example

White with #A47066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47066; }

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

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

background-color css

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

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

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

border-color css

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

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

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