Html Css Color HEX #A17271 Coral Tree

📋 copy color: '#A17271'

red 161 ◦ green 114 ◦ blue 113

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

Shades of Coral Tree #A17271

Tints of Coral Tree #A17271

RGB

 RED value IS 161 (63.28% from 255) = 41.49%

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

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

R = 41.49%
G = 29.38%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A17271 (or 0xA17271) is known color: Coral Tree. HEX triplet: A1, 72 and 71. RGB value is (161,114,113). Sum of RGB (Red+Green+Blue) = 161+114+113=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A17271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17271 is #5E8D8E. Grayscale: #7F7F7F. Windows color (decimal): -6196623 or 7434913. OLE color: 7434913.

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

Color convert

RGB 161 114 113 -
CMYK 0 0.29 0.30 0.37
HSL 1.25º 0.2% 0.54% -
HSV(B) 1.25º 0.3% 0.63% -
XYZ 23.7 20.8 18.39 -
YUV 127.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 161 114 113 0 0.29 0.30 0.37 1.25 0.2 0.54
Hex A1 72 71 0 1D 1E 25 1 14 36
Octal 241 162 161 0 35 36 45 1 24 66
Binary 10100001 1110010 1110001 0 11101 11110 100101 1 10100 110110

Color Harmonies of #A17271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17271

Black with #A17271

Text Example


Text Example

White with #A17271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17271; }

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

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

background-color css

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

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

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

border-color css

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

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

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