Html Css Color HEX #A67271 Coral Tree

📋 copy color: '#A67271'

red 166 ◦ green 114 ◦ blue 113

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

Shades of Coral Tree #A67271

Tints of Coral Tree #A67271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.75%

R = 42.24%
G = 29.01%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A67271 (or 0xA67271) is known color: Coral Tree. HEX triplet: A6, 72 and 71. RGB value is (166,114,113). Sum of RGB (Red+Green+Blue) = 166+114+113=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A67271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67271 is #598D8E. Grayscale: #818181. Windows color (decimal): -5868943 or 7434918. OLE color: 7434918.

HSL color Cylindrical-coordinate representation of color #A67271: hue angle of 1.13º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A67271 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 114 113 -
CMYK 0 0.31 0.32 0.35
HSL 1.13º 0.23% 0.55% -
HSV(B) 1.13º 0.32% 0.65% -
XYZ 24.72 21.33 18.44 -
YUV 129.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 166 114 113 0 0.31 0.32 0.35 1.13 0.23 0.55
Hex A6 72 71 0 1F 20 23 1 17 37
Octal 246 162 161 0 37 40 43 1 27 67
Binary 10100110 1110010 1110001 0 11111 100000 100011 1 10111 110111

Color Harmonies of #A67271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67271

Black with #A67271

Text Example


Text Example

White with #A67271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67271; }

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

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

background-color css

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

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

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

border-color css

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

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

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