Html Css Color HEX #A67164 Coral Tree

📋 copy color: '#A67164'

red 166 ◦ green 113 ◦ blue 100

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

Shades of Coral Tree #A67164

Tints of Coral Tree #A67164

RGB

 RED value IS 166 (65.23% from 255) = 43.8%

 GREEN value IS 113 (44.53% from 255) = 29.82%

 BLUE value IS 100 (39.45% from 255) = 26.39%

R = 43.8%
G = 29.82%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A67164 (or 0xA67164) is known color: Coral Tree. HEX triplet: A6, 71 and 64. RGB value is (166,113,100). Sum of RGB (Red+Green+Blue) = 166+113+100=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A67164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67164 is #598E9B. Grayscale: #7F7F7F. Windows color (decimal): -5869212 or 6582694. OLE color: 6582694.

HSL color Cylindrical-coordinate representation of color #A67164: hue angle of 11.82º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A67164 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 113 100 -
CMYK 0 0.32 0.40 0.35
HSL 11.82º 0.27% 0.52% -
HSV(B) 11.82º 0.4% 0.65% -
XYZ 23.93 20.84 14.82 -
YUV 127.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 166 113 100 0 0.32 0.40 0.35 11.82 0.27 0.52
Hex A6 71 64 0 20 28 23 C 1B 34
Octal 246 161 144 0 40 50 43 14 33 64
Binary 10100110 1110001 1100100 0 100000 101000 100011 1100 11011 110100

Color Harmonies of #A67164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67164

Black with #A67164

Text Example


Text Example

White with #A67164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67164; }

 p { color: rgb(166,113,100); }

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

background-color css

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

 a { background-color: rgb(166,113,100); }

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

border-color css

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

 span { border-color: rgb(166,113,100); }

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