Html Css Color HEX #A16E67 Coral Tree

📋 copy color: '#A16E67'

red 161 ◦ green 110 ◦ blue 103

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

Shades of Coral Tree #A16E67

Tints of Coral Tree #A16E67

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.41%

 BLUE value IS 103 (40.63% from 255) = 27.54%

R = 43.05%
G = 29.41%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A16E67 (or 0xA16E67) is known color: Coral Tree. HEX triplet: A1, 6E and 67. RGB value is (161,110,103). Sum of RGB (Red+Green+Blue) = 161+110+103=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16E67 is #5E9198. Grayscale: #7C7C7C. Windows color (decimal): -6197657 or 6778529. OLE color: 6778529.

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

Color convert

RGB 161 110 103 -
CMYK 0 0.32 0.36 0.37
HSL 7.24º 0.24% 0.52% -
HSV(B) 7.24º 0.36% 0.63% -
XYZ 22.72 19.71 15.44 -
YUV 124.45 115.9 154.07 -
System Red Green Blue C M Y K H S L
Decimal 161 110 103 0 0.32 0.36 0.37 7.24 0.24 0.52
Hex A1 6E 67 0 20 24 25 7 18 34
Octal 241 156 147 0 40 44 45 7 30 64
Binary 10100001 1101110 1100111 0 100000 100100 100101 111 11000 110100

Color Harmonies of #A16E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16E67

Black with #A16E67

Text Example


Text Example

White with #A16E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16E67; }

 p { color: rgb(161,110,103); }

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

background-color css

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

 a { background-color: rgb(161,110,103); }

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

border-color css

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

 span { border-color: rgb(161,110,103); }

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