Html Css Color HEX #A1756F Coral Tree

📋 copy color: '#A1756F'

red 161 ◦ green 117 ◦ blue 111

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

Shades of Coral Tree #A1756F

Tints of Coral Tree #A1756F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.08%

 BLUE value IS 111 (43.75% from 255) = 28.53%

R = 41.39%
G = 30.08%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A1756F (or 0xA1756F) is known color: Coral Tree. HEX triplet: A1, 75 and 6F. RGB value is (161,117,111). Sum of RGB (Red+Green+Blue) = 161+117+111=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A1756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1756F is #5E8A90. Grayscale: #818181. Windows color (decimal): -6195857 or 7304609. OLE color: 7304609.

HSL color Cylindrical-coordinate representation of color #A1756F: hue angle of 7.2º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1756F is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 117 111 -
CMYK 0 0.27 0.31 0.37
HSL 7.2º 0.21% 0.53% -
HSV(B) 7.2º 0.31% 0.63% -
XYZ 23.93 21.45 17.92 -
YUV 129.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 161 117 111 0 0.27 0.31 0.37 7.2 0.21 0.53
Hex A1 75 6F 0 1B 1F 25 7 15 35
Octal 241 165 157 0 33 37 45 7 25 65
Binary 10100001 1110101 1101111 0 11011 11111 100101 111 10101 110101

Color Harmonies of #A1756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1756F

Black with #A1756F

Text Example


Text Example

White with #A1756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1756F; }

 p { color: rgb(161,117,111); }

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

background-color css

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

 a { background-color: rgb(161,117,111); }

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

border-color css

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

 span { border-color: rgb(161,117,111); }

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